Skip to content

Commit

Permalink
Fixing setup.py version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iury O. G. Figueiredo committed Jul 26, 2017
1 parent 4016a26 commit ce67f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from distutils.core import setup
setup(name="sukhoi",
version="0.0.6",
version="1.0.0",
py_modules=["sukhoi"],
author="Iury O. G. Figueiredo",
author_email="[email protected]",
Expand Down Expand Up @@ -40,5 +40,6 @@






0 comments on commit ce67f0a

Please sign in to comment.