From 81e322398d41d63729638e9d795c7bf3c523cb6f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 10 May 2012 15:21:53 -0400 Subject: bump version number --- docs/source/conf.py | 2 +- setup.py | 2 +- 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 -- cgit v1.2.1