summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2019-11-09 17:05:07 -0600
committerptmcg <ptmcg@austin.rr.com>2019-11-09 17:05:07 -0600
commitc15af9dfc495cdda3e3819e60d2db4238ca4bf7d (patch)
treef8a00c948232abb0063e7fcec54163f21807a412
parentc4ae2a49c163fb0ad92d9c50513edd8c529c3f0a (diff)
downloadpyparsing-git-c15af9dfc495cdda3e3819e60d2db4238ca4bf7d.tar.gz
Updates for 2.4.5 release - bump version and timestamppyparsing_2.4.5
-rw-r--r--pyparsing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyparsing.py b/pyparsing.py
index a0a1147..9a2dd7b 100644
--- a/pyparsing.py
+++ b/pyparsing.py
@@ -95,8 +95,8 @@ classes inherit from. Use the docstrings for examples of how to:
namespace class
"""
-__version__ = "2.4.4"
-__versionTime__ = "05 Nov 2019 14:15 UTC"
+__version__ = "2.4.5"
+__versionTime__ = "09 Nov 2019 23:03 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string