8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799d8f5 commit 6c87203Copy full SHA for 6c87203
flask_api/__init__.py
@@ -1,3 +1,3 @@
1
from flask_api.app import FlaskAPI
2
3
-__version__ = '0.6.6'
+__version__ = '0.6.6.post1'
setup.py
@@ -56,6 +56,7 @@ def get_package_data(package):
56
57
58
if sys.argv[-1] == 'publish':
59
+ os.system("git clean -xdf")
60
os.system("python setup.py sdist upload")
61
args = {'version': get_version(package)}
62
print("You probably want to also tag the version now:")
0 commit comments