bump to v0.6.46

This commit is contained in:
Rossen Georgiev 2017-01-28 23:24:20 +02:00
parent 8a3a677c07
commit f6a952a109
1 changed files with 2 additions and 1 deletions

View File

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