From ee222fc6e5022d24fd643f0904284ecbae99d6a5 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Thu, 5 Dec 2019 07:58:18 +0000 Subject: [PATCH] Bump version. --- authenticatorpy/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authenticatorpy/__init__.py b/authenticatorpy/__init__.py index fdc1e0a..4db2726 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.1.2' +__version__ = '0.2.0' __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.' diff --git a/setup.py b/setup.py index 9e5b388..8ab9204 100644 --- a/setup.py +++ b/setup.py @@ -46,9 +46,9 @@ def extract_metaitem(meta): 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries :: Python Modules', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], )