summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:24:08 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:24:08 -0400
commitb934b9916d3b985dc52e014ab2ece01daff24956 (patch)
tree83dff91152dd94779e70cb770af38162cfed693d /setup.py
parentfb515c455ed6b7d286a942045d2b07d0ddb5593c (diff)
downloadcliff-b934b9916d3b985dc52e014ab2ece01daff24956.tar.gz
bump the version number to release a clean build1.1.1
Change-Id: I300e330421c290eeeee5c6ff1377f99463b30579
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7cc1ffb..2edaec3 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '1.1'
+VERSION = '1.1.1'
# Bootstrap installation of Distribute
import distribute_setup