diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-22 05:26:00 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-07-22 05:26:00 -0500 |
commit | 1363860d93d8b2b81b3e8afe6f648bfc50e741e9 (patch) | |
tree | f283a718c31a9c3dbe969046e71359b873400005 | |
parent | 07d82bb767d75a0a30bd6f806938c1f9fe50d8ee (diff) | |
download | pyparsing-git-1363860d93d8b2b81b3e8afe6f648bfc50e741e9.tar.gz |
Update version in prep for new 2.5.x work
-rw-r--r-- | pyparsing.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyparsing.py b/pyparsing.py index af0cff0..7cd0f7a 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.5.0" +__versionTime__ = "22 Jul 2019 10:25 UTC" __author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" import string |