From 40e991f7651889be7d7cc182842df4ae75edad5d Mon Sep 17 00:00:00 2001 From: Assela Pathirana Date: Tue, 23 Feb 2016 20:37:10 +0100 Subject: [PATCH] Uploaded to pypi --- RELEASE.txt | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index cd77a5e..24e3c53 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -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/ \ No newline at end of file diff --git a/setup.py b/setup.py index a07ddef..5b6c60d 100644 --- a/setup.py +++ b/setup.py @@ -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()