diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-06 02:03:52 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-06 02:03:52 +0000 |
commit | 3085baa2da92efd4b6ab6888930a0a0cfd7be929 (patch) | |
tree | 8cf6902ea8e5a013a4b913ae5a2321f575a96b7b /src/pyparsing.py | |
parent | 149cda7bfa2a5077752b3cfef4b59217a32522f8 (diff) | |
download | pyparsing-git-3085baa2da92efd4b6ab6888930a0a0cfd7be929.tar.gz |
Fixed version date
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 a9ff9c8..f040b4c 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.6"
-__versionTime__ = "27 Jul 2016 19:13 UTC"
+__versionTime__ = "05 Aug 2016 20:05 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string
|