We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae11fde commit 98dda04Copy full SHA for 98dda04
authenticatorpy/__init__.py
@@ -8,7 +8,7 @@
8
__email__ = '[email protected]'
9
__copyright__ = 'Copyright (c) 2018 Abdullah Selek'
10
__license__ = 'MIT License'
11
-__version__ = '0.1'
+__version__ = '0.1.1'
12
__url__ = 'https://github.com/abdullahselek/authenticatorpy'
13
-__download_url__ = 'https://github.com/abdullahselek/authenticatorpy'
+__download_url__ = 'https://pypi.python.org/pypi/authenticatorpy'
14
__description__ = 'A Python library that provide unique keys for 2FA with given secret.'
0 commit comments