We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace80ba commit f5a49b9Copy full SHA for f5a49b9
setup.py
@@ -24,14 +24,14 @@ def run_tests(self):
24
sys.exit(errno)
25
26
27
-VERSION = '0.0.1'
+VERSION = '0.0.2'
28
29
setup(
30
name="timefhuman",
31
version=VERSION,
32
author="Alvin Wan",
33
author_email='hi@alvinwan.com',
34
- description=("Convert human-readable date-like string to datetime object"),
+ description=("Convert natural language date-like string to Python objects"),
35
license="BSD",
36
url="https://github.com/alvinwan/timefhuman",
37
packages=['timefhuman'],
0 commit comments