Skip to content

Commit

Permalink
[🎉release]: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joway committed Jun 10, 2018
1 parent a5f6d4c commit 4b02637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flying.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lemon",
"version": "0.2.0",
"version": "0.2.1",
"version_prefix": "",
"conditions": [],
"pre_release": [],
Expand All @@ -20,7 +20,7 @@
},
"pypi": {
"enable": true,
"build_cmd": "python setup.py sdist",
"upload_cmd": "python setup.py upload"
"build_cmd": "",
"upload_cmd": "python setup.py sdist upload"
}
}
3 changes: 2 additions & 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.2.0'
PACKAGE_VERSION = '0.2.1'
PACKAGE_REQUIRES = [
'uvicorn==0.1.1',
'kua==0.2',
Expand Down Expand Up @@ -32,5 +32,6 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit 4b02637

Please sign in to comment.