diff --git a/doc/source/conf.py b/doc/source/conf.py index 2e938910..98b14bf5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,7 +76,7 @@ # The short X.Y version. version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.1.1' +release = u'1.1.2' # 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 98b63956..e644bddb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name="pygfunction", - version="1.1.1", + version="1.1.2", packages=['pygfunction', 'pygfunction/examples'], include_package_data=True,