diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 294c0894..189947df 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/docs/conf.py b/docs/conf.py index f2ab0db1..ab6740b5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.