summaryrefslogtreecommitdiff
path: root/ply/lex.py
diff options
context:
space:
mode:
Diffstat (limited to 'ply/lex.py')
-rw-r--r--ply/lex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ply/lex.py b/ply/lex.py
index 47cfa44..8ba2051 100644
--- a/ply/lex.py
+++ b/ply/lex.py
@@ -31,7 +31,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# -----------------------------------------------------------------------------
-__version__ = '3.5'
+__version__ = '3.6'
__tabversion__ = '3.5'
import re