bump to v0.7.0

This commit is contained in:
Rossen Georgiev 2021-11-27 19:36:15 +00:00
parent e17efe2a29
commit d40d7a48a1
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ from datetime import date as _date
__date__ = str(_date.today())
del _date
__version__ = "0.6.47"
version_info = (0, 6, 47)
__version__ = "0.7.0"
version_info = (0, 7, 0)
__author__ = "Rossen Georgiev"
__all__ = ['IS', 'parse', 'passcode']