Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 5, 2019
1 parent 519cbc7 commit ee222fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authenticatorpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__email__ = '[email protected]'
__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.'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)

0 comments on commit ee222fc

Please sign in to comment.