diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-24 20:24:08 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-24 20:24:08 -0500 |
commit | b2d9fb98d6b54c3101e9463ee9c93403f0471684 (patch) | |
tree | e2ffd37463885e045153a676970fc7a907a1455c /pyparsing.py | |
parent | 07d82bb767d75a0a30bd6f806938c1f9fe50d8ee (diff) | |
download | pyparsing-git-pyparsing_2.4.1.x.tar.gz |
Prep for 2.4.1.1 fixup releasepyparsing_2.4.1.x
Diffstat (limited to 'pyparsing.py')
-rw-r--r-- | pyparsing.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ptmcg@users.sourceforge.net>" import string |