summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index fc8755d7..ee6b5e6a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ copyright = u'2010, Catherine Devlin'
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
-release = '0.6.8'
+release = '0.6.9a'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index bf67c22d..06cb5cbc 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ install_requires = ['pyparsing >= 2.0.1']
setup(
name="cmd2",
- version="0.6.8",
+ version="0.6.9a",
py_modules=["cmd2"],
use_2to3=True,