summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-11 15:17:14 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-11 15:17:14 +0000
commit7f8dbd875e84a7b79bef2d6ce6a0b42e94e20603 (patch)
tree67867df2e672d0a8f4244c2f742afe688b6d3206
parenta1809e1bcce811c5c6ea4d3eac3b570ee97803cb (diff)
downloadpyparsing-7f8dbd875e84a7b79bef2d6ce6a0b42e94e20603.tar.gz
Update version timestamp
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@341 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-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