diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-05-11 15:17:14 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-05-11 15:17:14 +0000 |
commit | 1fc4425cbc2e5631a356f9ce0fdd0c22ff45066f (patch) | |
tree | 67867df2e672d0a8f4244c2f742afe688b6d3206 /src/pyparsing.py | |
parent | cda415c22f106f4527c374a9e9cf61ae45e54d06 (diff) | |
download | pyparsing-git-1fc4425cbc2e5631a356f9ce0fdd0c22ff45066f.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 c75aff2..32bb325 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.3"
-__versionTime__ = "11 May 2016 14:19 UTC"
+__versionTime__ = "11 May 2016 15:17 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string
|