Bumped version number

This commit is contained in:
Jim Martens 2021-04-11 10:51:18 +02:00
parent 0361c11d7a
commit d9fa9420fd
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Changelog
This changelog contains a list of versions with their respective high-level changes.
v0.5.7:
- fixed README
v0.5.6:
- added additional pattern
v0.5.5:

View File

@ -30,7 +30,7 @@ setup(
author="Jim Martens",
author_email="github@2martens.de",
url="https://git.2martens.de/2martens/allris-scraper",
version="0.5.6",
version="0.5.7",
namespace_packages=["twomartens"],
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},