chore: bump version
This commit is contained in:
parent
9bdd1eb47a
commit
4abc7d4034
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||||||
setup(
|
setup(
|
||||||
name = 'humandate',
|
name = 'humandate',
|
||||||
packages = ['humandate'],
|
packages = ['humandate'],
|
||||||
version = '0.5',
|
version = '0.6',
|
||||||
description = 'Parse human-readable dates',
|
description = 'Parse human-readable dates',
|
||||||
author = 'Mahdi Dibaiee',
|
author = 'Mahdi Dibaiee',
|
||||||
author_email = 'mdibaiee@aol.com',
|
author_email = 'mdibaiee@aol.com',
|
||||||
|
Loading…
Reference in New Issue
Block a user