Bumped version number

Cette révision appartient à :
Jim Martens 2020-06-05 17:21:57 +02:00
Parent dcaa4e3075
révision 504b630955
2 fichiers modifiés avec 3 ajouts et 1 suppressions

Voir le fichier

@ -3,6 +3,8 @@ Changelog
This changelog contains a list of versions with their respective high-level changes.
v0.3.7:
- changed login link
v0.3.6:
- specified firefox binary to prevent start up issues
v0.3.5:

Voir le fichier

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