summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-04-02 07:27:11 -0700
committerRyan Petrello <lists@ryanpetrello.com>2012-04-02 07:27:11 -0700
commitd5281c57dd787d76a0f74add34720fdc0b5db9d0 (patch)
tree1dc847f553b9610bdc49c8bcf7590f3d7b5735c5
parentd8b2c2d4cec683afe52adf4e39d20379475dc88c (diff)
parent3127fb1b8521ed143f17198e74334748cdca4a29 (diff)
downloadpecan-d5281c57dd787d76a0f74add34720fdc0b5db9d0.tar.gz
Merge pull request #130 from ryanpetrello/next
Updating version to use semantic versioning.
-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 a2c6fcf..d9f58f7 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.2a'
+version = '0.2.0a'
# The full version, including alpha/beta/rc tags.
-release = '0.2a'
+release = '0.2.0a'
# 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 506f702..32d5a0f 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.2a'
+version = '0.2.0a'
#
# determine requirements