bump to v0.6.40

This commit is contained in:
Rossen Georgiev 2015-08-10 15:24:52 +01:00
parent 8605f74d27
commit 9f3a2131cf
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ from datetime import date as _date
__date__ = str(_date.today())
del _date
__version__ = "0.6.39"
__version__ = "0.6.40"
__author__ = "Rossen Georgiev"
__all__ = ['IS', 'parse', 'passcode']