summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-10 15:21:53 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-10 15:21:53 -0400
commit81e322398d41d63729638e9d795c7bf3c523cb6f (patch)
treeeec394b37d9ba648db3b9d19cc1f079bb2c5c553
parent921708980b2e7309f5c92831b467768370158714 (diff)
downloadcliff-tablib-81e322398d41d63729638e9d795c7bf3c523cb6f.tar.gz
bump version number
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index cfcbf28..8b87537 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,7 +48,7 @@ copyright = u'2012, Doug Hellmann'
# built documents.
#
# The short X.Y version.
-version = '0.5.1'
+version = '0.6'
# The full version, including alpha/beta/rc tags.
release = version
diff --git a/setup.py b/setup.py
index 5febd0e..f288684 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
PROJECT = 'cliff'
# Change docs/source/conf.py too!
-VERSION = '0.5.1'
+VERSION = '0.6'
# Bootstrap installation of Distribute
import distribute_setup