Skip to content

Commit

Permalink
new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Mar 16, 2020
1 parent 68d055e commit 6b9ba0e
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 @@ -17,7 +17,7 @@ python setup.py sdist
echo ""

read -p "Press [Enter] to install the pip package..."
pip install -U dist/worldmap-0.1.5-py3-none-any.whl
pip install -U dist/worldmap-0.1.6-py3-none-any.whl
echo ""

read -p ">twine upload dist/* TO UPLOAD TO PYPI..."
Expand Down
2 changes: 1 addition & 1 deletion worldmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = '[email protected]'
__version__ = '0.1.5'
__version__ = '0.1.6'

# module level doc-string
__doc__ = """
Expand Down

0 comments on commit 6b9ba0e

Please sign in to comment.