summaryrefslogtreecommitdiff
path: root/ply/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'ply/setup.py')
-rw-r--r--ply/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ply/setup.py b/ply/setup.py
index ee8ccd0..46bc6b3 100644
--- a/ply/setup.py
+++ b/ply/setup.py
@@ -17,7 +17,7 @@ PLY is extremely easy to use and provides very extensive error checking.
It is compatible with both Python 2 and Python 3.
""",
license="""BSD""",
- version = "3.10",
+ version = "3.11",
author = "David Beazley",
author_email = "dave@dabeaz.com",
maintainer = "David Beazley",