Skip to content

Commit

Permalink
change the version name
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiShang committed Apr 8, 2018
1 parent 675011f commit 3bde7f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified .setup.py.un~
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="opendota2",
version=1.0,
version=0.1.0,
author="PeiShang",
author_email="[email protected]",
url="https://github.com/PeiShang/opendota2",
Expand Down
6 changes: 3 additions & 3 deletions setup.py~
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ setup(
version=1.0,
author="PeiShang",
author_email="[email protected]",
url="https://github.com/PeiShang/opendota",
url="https://github.com/PeiShang/opendota2",
description="The OpenDota web API in Python",
license="GPL",
keywords="dota2 dota api dota2api opendota",
packages=['opendota', 'opendota.src', 'opendota.ref'],
package_data={'opendota.ref': ['abilities.json',
packages=['opendota2', 'opendota2.src', 'opendota2.ref'],
package_data={'opendota2.ref': ['abilities.json',
'heroes.json',
'leaver.json',
'items.json',
Expand Down

0 comments on commit 3bde7f2

Please sign in to comment.