diff --git a/docs/source/conf.py b/docs/source/conf.py index a80db3b2..e547bc23 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '1.1.0' +version = '1.1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.0' +release = '1.1.1' # 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 3a68129e..0ff24f4b 100755 --- a/setup.py +++ b/setup.py @@ -173,7 +173,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.1.0', + version='1.1.1', author='The Python GSSAPI Team', author_email='sross@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',