diff --git a/README.md b/README.md index d251c02..c931273 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Apache Licence 2.0](https://img.shields.io/pypi/l/twomartens.allrisscraper) ![Supports Python 3.7 and 3.8](https://img.shields.io/pypi/pyversions/twomartens.allrisscraper) -![version 0.2.1](https://img.shields.io/pypi/v/twomartens.allrisscraper) +![version 0.2.2](https://img.shields.io/pypi/v/twomartens.allrisscraper) This scraper requires your username and password and performs the following tasks for you: diff --git a/setup.py b/setup.py index 4fc956b..9e1d0ad 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( author="Jim Martens", author_email="github@2martens.de", url="https://git.2martens.de/2martens/allris-scraper", - version="0.2.1", + version="0.2.2", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},