Skip to content

Commit c62da0f

Browse files
author
Matt Fuller
committed
Set version to 1.4
1 parent d2612a3 commit c62da0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prestoadmin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from fabric.api import env
2222

23-
__version__ = '1.4-SNAPSHOT' # Make sure to update setup.py too
23+
__version__ = '1.4' # Make sure to update setup.py too
2424

2525
main_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
2626

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_custom_rc_file(self):
9090
setup(
9191
name='prestoadmin',
9292
# Make sure to update version in prestoadmin/__init__.py
93-
version='1.4-SNAPSHOT',
93+
version='1.4',
9494
description="Presto-admin installs, configures, and manages Presto " + \
9595
"installations.",
9696
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)