add conf.py to bump version

This commit is contained in:
rowanc1
2014-07-03 15:04:25 -07:00
parent 8c1b6ec5da
commit 8fdd575fb3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.1.1
files = setup.py SimPEG/__init__.py
files = setup.py SimPEG/__init__.py docs/conf.py
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2013, SimPEG Developers'
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.1.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.1'
release = '0.1.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.