chore: bump version

This commit is contained in:
Mahdi Dibaiee 2018-01-19 17:08:56 +03:30
parent 9bdd1eb47a
commit 4abc7d4034

View File

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