diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-06-08 21:53:33 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-06-08 21:53:33 +0000 |
commit | 3e8a51190961c7dde7e94e91591152c40d5f9069 (patch) | |
tree | a952dc622e27a3f60df9f2d652693adff8a5c425 /src/pyparsing.py | |
parent | 860bb72707afaa7bf62afd08abb1e34ccc68a020 (diff) | |
download | pyparsing-git-3e8a51190961c7dde7e94e91591152c40d5f9069.tar.gz |
Update version timestamp
Diffstat (limited to 'src/pyparsing.py')
-rw-r--r-- | src/pyparsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyparsing.py b/src/pyparsing.py index 4c1eca7..aeca65f 100644 --- a/src/pyparsing.py +++ b/src/pyparsing.py @@ -58,7 +58,7 @@ The pyparsing module handles some of the problems that are typically vexing when """
__version__ = "2.1.5"
-__versionTime__ = "02 Jun 2016 12:25 UTC"
+__versionTime__ = "08 Jun 2016 21:53 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string
|