diff --git a/docs/source/conf.py b/docs/source/conf.py index 19def37..e314aa6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,9 +60,9 @@ author = 'Marcos Pereira' # built documents. # # The short X.Y version. -version = '0.13.3' +version = '0.14.3' # The full version, including alpha/beta/rc tags. -release = '0.13.3' +release = '0.14.3' # 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 16d867c..e49dd5e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: setup( name='python-keycloak', - version='0.14.2', + version='0.14.3', url='https://bitbucket.org/agriness/python-keycloak', license='The MIT License', author='Marcos Pereira',