summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-06-08 21:53:33 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-06-08 21:53:33 +0000
commit2a43bc3bcddb48c1e199496816da5f77b78df702 (patch)
treea952dc622e27a3f60df9f2d652693adff8a5c425
parent0e48421b611da979e10222f7e3024d436905c8c7 (diff)
downloadpyparsing-2a43bc3bcddb48c1e199496816da5f77b78df702.tar.gz
Update version timestamp
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@362 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 4c1eca7..aeca65f 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.5"
-__versionTime__ = "02 Jun 2016 12:25 UTC"
+__versionTime__ = "08 Jun 2016 21:53 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string