commit | a60b3901cd635d28bef8328e83bafd35ce631e08 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Mon Oct 28 23:21:02 2013 |
committer | Charles Harris <charlesr.harris@gmail.com> | Mon Oct 28 23:21:02 2013 |
tree | bcf21bea348144a3fcbd43c12ce6ffba61eb3f88 | |
parent | f846b835a90cab7a5c163ade4ec79bd86793a5da [diff] |
REL: Release.
diff --git a/setup.py b/setup.py index ae7f6f6..4c43273 100755 --- a/setup.py +++ b/setup.py
@@ -62,7 +62,7 @@ MAJOR = 1 MINOR = 8 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Return the git revision as a string