diff --git a/docs/conf.py b/docs/conf.py index 4b25389..99856eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ author = 'Rodolphe Bréard' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.0.dev2' +release = '0.1.0.dev3' # 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 611a5f5..d1f7491 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: setup( name='libreauth', - version='0.1.0.dev2', + version='0.1.0.dev3', description='Python bindings to the LibreAuth library.', long_description=long_description, url='https://github.com/breard-r/py-libreauth',