Skip to content

Commit f5a49b9

Browse files
committed
version bump to 0.0.2
1 parent ace80ba commit f5a49b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ def run_tests(self):
2424
sys.exit(errno)
2525

2626

27-
VERSION = '0.0.1'
27+
VERSION = '0.0.2'
2828

2929
setup(
3030
name="timefhuman",
3131
version=VERSION,
3232
author="Alvin Wan",
3333
author_email='hi@alvinwan.com',
34-
description=("Convert human-readable date-like string to datetime object"),
34+
description=("Convert natural language date-like string to Python objects"),
3535
license="BSD",
3636
url="https://github.com/alvinwan/timefhuman",
3737
packages=['timefhuman'],

0 commit comments

Comments
 (0)