From 4abc7d40343b1fd412746a289f5ca28b6d1d9314 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 19 Jan 2018 17:08:56 +0330 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',