diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-28 22:45:41 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-28 22:45:41 -0500 |
commit | 310639e75d64062190bdf602fcc48b8fd8646757 (patch) | |
tree | d49117dc2b7c589112a923f27ea77d4fc9bdd3ba /pyparsing.py | |
parent | 8d6a132cf1091cb4a5777ddd667a6ebba1144984 (diff) | |
download | pyparsing-git-310639e75d64062190bdf602fcc48b8fd8646757.tar.gz |
Updates to prep for 2.4.2 release
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 3c78bf1..3854210 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.2a1" -__versionTime__ = "24 Jul 2019 05:06 UTC" +__version__ = "2.4.2" +__versionTime__ = "29 Jul 2019 02:58 UTC" __author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" import string |