From b2d9fb98d6b54c3101e9463ee9c93403f0471684 Mon Sep 17 00:00:00 2001 From: Paul McGuire Date: Wed, 24 Jul 2019 20:24:08 -0500 Subject: Prep for 2.4.1.1 fixup release --- pyparsing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyparsing.py') diff --git a/pyparsing.py b/pyparsing.py index af0cff0..fb277fd 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -95,8 +95,8 @@ classes inherit from. Use the docstrings for examples of how to: namespace class """ -__version__ = "2.4.1" -__versionTime__ = "20 Jul 2019 18:17 UTC" +__version__ = "2.4.1.1" +__versionTime__ = "25 Jul 2019 01:03 UTC" __author__ = "Paul McGuire " import string -- cgit v1.2.1