bump to v0.6.39

This commit is contained in:
Rossen Georgiev 2015-07-19 19:29:00 +01:00
parent c8ba854eb4
commit 7f9c7816b1
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.38"
__version__ = "0.6.39"
__author__ = "Rossen Georgiev"
__all__ = ['IS', 'parse', 'passcode']