summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-10-02 13:07:25 -0500
committerDavid Beazley <dave@dabeaz.com>2015-10-02 13:07:25 -0500
commitd776a2ece6c12bf8f8b6a0e65b48546ac6078765 (patch)
treed5c28dfce00f1f54b6c7cad852317339774fe0aa /setup.py
parentb1228ee07d064787acbdca61238b17710c13fbd8 (diff)
downloadply-d776a2ece6c12bf8f8b6a0e65b48546ac6078765.tar.gz
Bumped version number
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 f46aa07..db1b748 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.7",
+ version = "3.8",
author = "David Beazley",
author_email = "dave@dabeaz.com",
maintainer = "David Beazley",