summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2017-04-13 09:56:41 -0500
committerDavid Beazley <dave@dabeaz.com>2017-04-13 09:56:41 -0500
commitb791b089b7d368592838ebbb8172fecc74001816 (patch)
treeb403d3efba4f59b7ecb73698f11702b9570c90ca /setup.py
parent43fe6fc76e5cf2003a36e4053b13ac425f2634d6 (diff)
downloadply-b791b089b7d368592838ebbb8172fecc74001816.tar.gz
Bump version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ee8ccd0..46bc6b3 100644
--- a/setup.py
+++ b/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",