Skip to content

Commit

Permalink
Uploaded to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
asselapathirana committed Feb 23, 2016
1 parent 0dc346a commit 40e991f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1. Update git hub
2. change version in setup.py
3. Github release (web interface)
4. Upload new release to pypi

4. Upload new release to pypi using twine
> python setup.py register
> python setup.py sdist
twine upload dist/<name>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from itertools import product

version = '0.5.0.6'
version = '0.6.0.1'

with open("README.txt","r") as f:
README=f.read()
Expand Down

0 comments on commit 40e991f

Please sign in to comment.