summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2014-08-12 15:00:09 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2014-08-12 15:00:09 +0000
commit61ebdf1d8b766e7f08d46b8e99a42af8df5874ce (patch)
tree8a2848aab1998f0b5556a76755b5236bbb4539c9
parent1e0b2f0654f3e59673cb636ccf70a0512914ba68 (diff)
downloadpyparsing-61ebdf1d8b766e7f08d46b8e99a42af8df5874ce.tar.gz
update internal versioning timestamp
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@275 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 047ed52..1cc0185 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__ = "22 May 2014 02:47"
+__versionTime__ = "12 Aug 2014 09:57"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string