Python LibreAuth 0.1.0.dev3
This commit is contained in:
parent
17b768425a
commit
59d599fafe
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ author = 'Rodolphe Bréard'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.1'
|
version = '0.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='libreauth',
|
name='libreauth',
|
||||||
version='0.1.0.dev2',
|
version='0.1.0.dev3',
|
||||||
description='Python bindings to the LibreAuth library.',
|
description='Python bindings to the LibreAuth library.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://github.com/breard-r/py-libreauth',
|
url='https://github.com/breard-r/py-libreauth',
|
||||||
|
|
Reference in a new issue