Skip to content

Commit

Permalink
setup.py version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evtn committed Jan 25, 2021
1 parent 87ca658 commit b683a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
include_package_data=True,
python_requires=">=3.6.*",
license=about['__license__'],
download_url="https://github.com/evtn/matlog/archive/v2.0.0.tar.gz",
download_url=f"https://github.com/evtn/matlog/archive/v{about['__version__']}.tar.gz",
zip_safe=False,
# https://pypi.org/classifiers/
classifiers=[
Expand Down

0 comments on commit b683a5a

Please sign in to comment.