summaryrefslogtreecommitdiff
path: root/src/pyparsing.py
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-05-11 15:17:14 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-05-11 15:17:14 +0000
commit1fc4425cbc2e5631a356f9ce0fdd0c22ff45066f (patch)
tree67867df2e672d0a8f4244c2f742afe688b6d3206 /src/pyparsing.py
parentcda415c22f106f4527c374a9e9cf61ae45e54d06 (diff)
downloadpyparsing-git-1fc4425cbc2e5631a356f9ce0fdd0c22ff45066f.tar.gz
Update version timestamp
Diffstat (limited to 'src/pyparsing.py')
-rw-r--r--src/pyparsing.py2
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