Skip to content

Commit

Permalink
version bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwan committed Aug 6, 2018
1 parent ace80ba commit f5a49b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -24,14 +24,14 @@ def run_tests(self):
sys.exit(errno)


VERSION = '0.0.1'
VERSION = '0.0.2'

setup(
name="timefhuman",
version=VERSION,
author="Alvin Wan",
author_email='hi@alvinwan.com',
description=("Convert human-readable date-like string to datetime object"),
description=("Convert natural language date-like string to Python objects"),
license="BSD",
url="https://github.com/alvinwan/timefhuman",
packages=['timefhuman'],
Expand Down

0 comments on commit f5a49b9

Please sign in to comment.