summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-22 13:39:16 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-22 13:39:16 -0500
commit9b82bd0761afe0bf05040460137b68a2555c4eda (patch)
tree6f6939dfa9c3f90c76b0465a4797bf751fec3197 /setup.py
parent368808a580c389a666b7b8413150660c4626d415 (diff)
downloadply-9b82bd0761afe0bf05040460137b68a2555c4eda.tar.gz
Documentation updates
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 670cb3c..1e95122 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.4",
+ version = "3.5",
author = "David Beazley",
author_email = "dave@dabeaz.com",
maintainer = "David Beazley",