We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2612a3 commit c62da0fCopy full SHA for c62da0f
prestoadmin/__init__.py
@@ -20,7 +20,7 @@
20
21
from fabric.api import env
22
23
-__version__ = '1.4-SNAPSHOT' # Make sure to update setup.py too
+__version__ = '1.4' # Make sure to update setup.py too
24
25
main_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
26
setup.py
@@ -90,7 +90,7 @@ def get_custom_rc_file(self):
90
setup(
91
name='prestoadmin',
92
# Make sure to update version in prestoadmin/__init__.py
93
- version='1.4-SNAPSHOT',
+ version='1.4',
94
description="Presto-admin installs, configures, and manages Presto " + \
95
"installations.",
96
long_description=readme + '\n\n' + history,
0 commit comments