Skip to content

Commit

Permalink
Hardcode the version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianghionoiu committed Dec 1, 2017
1 parent 7eec29d commit f2ff499
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,9 @@ def increment(self):
# print "previous_version = ", previous_version
# print "current_version = ", current_version

VERSION = str(current_version)
# !!!!!!! MAJOR DEBT. This file is recompute every time the package is install
# VERSION = str(current_version)
VERSION = "0.19.2"

# ~~~~~ Create configuration

Expand Down

0 comments on commit f2ff499

Please sign in to comment.