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 5945105 commit 7486717
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.5,
version=3.6,
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.5.tar.gz",
download_url="https://github.com/gaetgu/frhd/archive/v_3.6.tar.gz",
install_requires=[
'decode',
],
Expand Down

0 comments on commit 7486717

Please sign in to comment.