summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-01-18 15:50:11 -0500
committerRyan Petrello <lists@ryanpetrello.com>2013-01-18 15:50:11 -0500
commit4fb4f220579d07e1d489209593a1676dd3377b98 (patch)
tree24cd3c0e470c147fea648d7127be8368372585ab
parentf8ec1b017754950bb5329de64ceb421482f6297b (diff)
downloadpecan-4fb4f220579d07e1d489209593a1676dd3377b98.tar.gz
Version increment.0.2.0
-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 c4dd75d..f6baae0 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.0b2'
+version = '0.2.0'
# The full version, including alpha/beta/rc tags.
-release = '0.2.0b2'
+release = '0.2.0'
# 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 f29297c..2446664 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.0b2'
+version = '0.2.0'
#
# determine requirements