From bf570c6ad517d944a51571a541dd519537997be3 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sun, 14 Jan 2018 14:54:25 +0330 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed7ea7a..2533131 100644 --- a/setup.py +++ b/setup.py @@ -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',