summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-12-07 00:23:38 -0500
committerRyan Petrello <lists@ryanpetrello.com>2012-12-07 00:23:38 -0500
commit338cb6ddcaefee1d390a1d7ec3b01c1bd2438d22 (patch)
tree06c822811bbb98cff9f88bdc2d6739b7a3aff63f
parent903707c3edad57630a0cfc556eafe4c851aff1ef (diff)
downloadpecan-338cb6ddcaefee1d390a1d7ec3b01c1bd2438d22.tar.gz
Version update.
-rw-r--r--docs/source/conf.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d9f58f7..a80fd3a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -49,9 +49,9 @@ copyright = u'2010, Jonathan LaCour'
# built documents.
#
# The short X.Y version.
-version = '0.2.0a'
+version = '0.2.0b'
# The full version, including alpha/beta/rc tags.
-release = '0.2.0a'
+release = '0.2.0b'
# 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 cdab865..cb3bb6a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
-version = '0.2.0a'
+version = '0.2.0b'
#
# determine requirements