diff --git a/humandate/__init__.py b/humandate/__init__.py index e69de29..5448205 100644 --- a/humandate/__init__.py +++ b/humandate/__init__.py @@ -0,0 +1 @@ +from humandate.index import * diff --git a/setup.py b/setup.py index e0f3723..ed7ea7a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = 'humandate', packages = ['humandate'], - version = '0.1', + version = '0.4', description = 'Parse human-readable dates', author = 'Mahdi Dibaiee', author_email = 'mdibaiee@aol.com',