Bumped version number

This commit is contained in:
Jim Martens 2020-06-05 17:21:57 +02:00
父節點 dcaa4e3075
當前提交 504b630955
共有 2 個文件被更改,包括 3 次插入1 次删除

查看文件

@ -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:

查看文件

@ -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'},