From 612e8b71e57b1083e1224412ba8fb8bce3810bdd Mon Sep 17 00:00:00 2001 From: Alec Koumjian Date: Thu, 27 Dec 2018 14:48:55 -0500 Subject: [PATCH] Release 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e362338..1c93a74 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="0.6.2", + version="0.7.0", description="Extract datetime objects from strings", long_description=long_description, # The project's main homepage.