Version increment.

This commit is contained in:
Ryan Petrello
2013-01-18 15:50:11 -05:00
parent f8ec1b0177
commit 4fb4f22057
2 changed files with 3 additions and 3 deletions

View File

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

View File

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