From ab59f2bc798f359188b2760e51b1ac0cc1bb97a8 Mon Sep 17 00:00:00 2001 From: Alec Koumjian Date: Sun, 31 Jul 2022 12:57:28 -0400 Subject: [PATCH] Minting 0.7.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4eae5d..53a16c8 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.7.3.dev0", + version="0.7.3", description="Extract datetime objects from strings", long_description=long_description, # The project's main homepage.