summaryrefslogtreecommitdiff
path: root/ply/setup.py
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-07-01 20:59:34 +0000
committerXin Li <delphij@google.com>2019-07-01 20:59:34 +0000
commitf39567e296da56f29251253c55cbc56cf0ecb70c (patch)
treee6afa9ffb4ce3225cf6d0478c7876c26292e5375 /ply/setup.py
parent4ab0beecd8bb41cf043f098528215e739c0c0e84 (diff)
parent86d9e5d12a18f1e9ee822944646ee11e5937ea6f (diff)
downloadply-f39567e296da56f29251253c55cbc56cf0ecb70c.tar.gz
DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-mastertemp_140451723
Bug: 134405016 Change-Id: If7c54609d583c12b6089cbf03d8dfb8f5bb3f4fb
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",