Bumped version number

This commit is contained in:
Jim Martens 2020-06-05 17:21:57 +02:00
parent dcaa4e3075
commit 504b630955
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. This changelog contains a list of versions with their respective high-level changes.
v0.3.7:
- changed login link
v0.3.6: v0.3.6:
- specified firefox binary to prevent start up issues - specified firefox binary to prevent start up issues
v0.3.5: v0.3.5:

View File

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