diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2014-05-07 13:51:44 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2014-05-07 13:51:44 +0000 |
commit | 413671b429b80bea8c2119726eab6cd9582f8667 (patch) | |
tree | 7081bd8c24c3d5d62559afe1e5d06b8552b435c1 /src | |
parent | 17ba8caa0520bb4ac87d59e6596d0d142884c337 (diff) | |
download | pyparsing-git-413671b429b80bea8c2119726eab6cd9582f8667.tar.gz |
Update pyparsing timestamp
Diffstat (limited to 'src')
-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 9226936..77691de 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.0.3"
-__versionTime__ = "28 April 2014 17:10"
+__versionTime__ = "8 May 2014 08:51"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string
|