summaryrefslogtreecommitdiff
path: root/ply/lex.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2011-02-17 21:36:34 -0600
committerDavid Beazley <dave@dabeaz.com>2011-02-17 21:36:34 -0600
commit78b3bf8371065f4f28d996a435fae78d5e8b4cc0 (patch)
tree48577ea75c5a8c26a5f96e6317085860801ae601 /ply/lex.py
parent0bec1b7b7c0f866bbed0c2c1257e7f1a53fbc46f (diff)
downloadply-78b3bf8371065f4f28d996a435fae78d5e8b4cc0.tar.gz
Bumped version number
Diffstat (limited to 'ply/lex.py')
-rw-r--r--ply/lex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ply/lex.py b/ply/lex.py
index 267ec10..bd32da9 100644
--- a/ply/lex.py
+++ b/ply/lex.py
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: lex.py
#
-# Copyright (C) 2001-2009,
+# Copyright (C) 2001-2011,
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
@@ -31,7 +31,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# -----------------------------------------------------------------------------
-__version__ = "3.3"
+__version__ = "3.4"
__tabversion__ = "3.2" # Version of table file used
import re, sys, types, copy, os