diff --git a/setup.py b/setup.py index 2533131..474a19b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'humandate', packages = ['humandate'], - version = '0.5', + version = '0.6', description = 'Parse human-readable dates', author = 'Mahdi Dibaiee', author_email = 'mdibaiee@aol.com',