Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetgu authored Apr 29, 2020
1 parent 8d14d5a commit b52fbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

versionFile = "VERSION"
setup(name="frhd-python",
version=3.7.1,
version=3.8,
description="Library to edit FRHD tracks",
long_description=open("README.rst").read(),
url="https://github.com/gaetgu/frhd",
download_url="https://github.com/gaetgu/frhd/archive/v_3.7.1.tar.gz",
download_url="https://github.com/gaetgu/frhd/archive/v_3.8.tar.gz",
install_requires=[
'decode',
],
Expand Down

0 comments on commit b52fbdc

Please sign in to comment.