diff --git a/authenticatorpy/__init__.py b/authenticatorpy/__init__.py index eeff07d..538e330 100644 --- a/authenticatorpy/__init__.py +++ b/authenticatorpy/__init__.py @@ -8,7 +8,7 @@ __email__ = "abdullahselek@gmail.com" __copyright__ = "Copyright (c) 2018 Abdullah Selek" __license__ = "MIT License" -__version__ = "0.3.0" +__version__ = "0.3.1" __url__ = "https://github.com/abdullahselek/authenticatorpy" __download_url__ = "https://pypi.org/pypi/authenticatorpy" __description__ = "A Python library that provide unique keys for 2FA with given secret."