Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joway committed Apr 7, 2018
1 parent 825b8aa commit 4e697be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ init:
pip install -r requirements.txt

release:
git tag `cat setup.py | grep 'PACKAGE_VERSION = ' | sed "s/PACKAGE_VERSION = //"`
python setup.py sdist upload

test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

PACKAGE_VERSION = '0.1.5'
PACKAGE_VERSION = '0.1.6'
PACKAGE_REQUIRES = [
'uvicorn>=0.0.15',
'kua>=0.2',
Expand Down

0 comments on commit 4e697be

Please sign in to comment.