Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jan 3, 2020
1 parent 9394a1b commit 4b575a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make_new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo ""
python setup.py sdist
echo ""

pip install -U dist/thompson-0.1.1-py3-none-any.whl
pip install -U dist/thompson-0.1.2-py3-none-any.whl
echo ""

read -p ">twine upload dist/* TO UPLOAD TO PYPI..."
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools
import versioneer
new_version='0.1.1'
new_version='0.1.2'

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 4b575a9

Please sign in to comment.