diff options
author | ptmcg <ptmcg@austin.rr.com> | 2019-11-03 20:13:47 -0600 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2019-11-03 20:13:47 -0600 |
commit | e40c1df06372654cf80c24d1a6e957d26603e53c (patch) | |
tree | b18ad5e603223053cfe8e0f5a6b12f3e1ded4e65 /pyparsing.py | |
parent | 78d4be0dd678cc70ada99784905ca26254d32035 (diff) | |
download | pyparsing-git-e40c1df06372654cf80c24d1a6e957d26603e53c.tar.gz |
Updates for 2.4.3 releasepyparsing_2.4.3
Diffstat (limited to 'pyparsing.py')
-rw-r--r-- | pyparsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ptmcg@users.sourceforge.net>" import string |