Skip to content

Commit

Permalink
Hammr release new version 3.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceAlbano committed Nov 9, 2018
1 parent ebf9ab0 commit 90d2d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hammr/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import os
import tempfile

VERSION="3.8.8-RC1"
VERSION="3.8.8"


TMP_WORKING_DIR=tempfile.gettempdir() + os.sep + "hammr-" + str(os.getpid())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Declare your packages' dependencies here, for eg:
# Always put an '==' dependency with uforge_python_sdk during the release
# During dev we can keep >= in order to get nightly version of sdk for the CI
requires=['uforge_python_sdk>=3.8.8-RC1',
requires=['uforge_python_sdk==3.8.8',
'httplib2==0.9',
'texttable==0.8.1',
'progressbar==2.3',
Expand Down

0 comments on commit 90d2d01

Please sign in to comment.