diff --git a/conf.py b/conf.py index 6924cef..bb61043 100644 --- a/conf.py +++ b/conf.py @@ -79,7 +79,7 @@ # The short X.Y version. version = '1.0-beta' # The full version, including alpha/beta/rc tags. -release = '1.0.0-beta.2' +release = '1.1.0-beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -143,7 +143,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. -html_title = 'caar v1.0.0-beta.2' +html_title = 'caar v1.1.0-beta' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/setup.py b/setup.py index 39a50aa..a31b1d1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='caar', - version='1.0.0-beta.2', + version='1.1.0-beta', url='http://github.com/nickpowersys/CaaR/', license='BSD 3-Clause License', author='Nicholas A. Brown',