bump version number

This commit is contained in:
Doug Hellmann 2012-05-10 15:21:53 -04:00
parent 921708980b
commit 81e322398d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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