publish again

This commit is contained in:
Mahdi Dibaiee 2018-01-14 14:42:30 +03:30
parent 0f60c139a9
commit bfb50a7bf5
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
from humandate.index import *

View File

@ -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',