bump version

This commit is contained in:
Mahdi Dibaiee 2018-01-14 14:54:25 +03:30
parent c6ff971246
commit bf570c6ad5

View File

@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = 'humandate',
packages = ['humandate'],
version = '0.4',
version = '0.5',
description = 'Parse human-readable dates',
author = 'Mahdi Dibaiee',
author_email = 'mdibaiee@aol.com',