diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2019-09-02 11:42:56 -0500 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2019-09-02 11:42:56 -0500 |
commit | 29764ebd033a0a52a4657f77b06acaf070c9e58d (patch) | |
tree | 6c875d322769ed996ad1301c3325e4d7a442b76f | |
parent | 8339b045406477f1fe8d483b1d3b1fb36fa39b31 (diff) | |
download | pyparsing-git-29764ebd033a0a52a4657f77b06acaf070c9e58d.tar.gz |
Update version timestamp
-rw-r--r-- | pyparsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyparsing.py b/pyparsing.py index 0add1c7..e47aa54 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -96,7 +96,7 @@ classes inherit from. Use the docstrings for examples of how to: """ __version__ = "3.0.0a1" -__versionTime__ = "26 Aug 2019 11:15 UTC" +__versionTime__ = "02 Sep 2019 16:36 UTC" __author__ = "Paul McGuire <ptmcg@users.sourceforge.net>" import string |