From e40c1df06372654cf80c24d1a6e957d26603e53c Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sun, 3 Nov 2019 20:13:47 -0600 Subject: Updates for 2.4.3 release --- pyparsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyparsing.py') diff --git a/pyparsing.py b/pyparsing.py index a081209..7e35ed2 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -96,7 +96,7 @@ classes inherit from. Use the docstrings for examples of how to: """ __version__ = "2.4.3" -__versionTime__ = "13 Oct 2019 19:20 UTC" +__versionTime__ = "21 Oct 2019 23:43 UTC" __author__ = "Paul McGuire " import string -- cgit v1.2.1