Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Bumping revision to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreystarr committed Jan 31, 2014
1 parent d62b309 commit 9dc3e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name='dateinfer',
version='0.1.1',
version='0.2.0',
description='Infers date format from examples',
long_description="""Uses a series of pattern matching and rewriting rules to compute a "best guess" datetime.strptime format string give a list of example date strings.""",
author='Jeffrey Starr',
Expand Down

0 comments on commit 9dc3e05

Please sign in to comment.