summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2009-03-23 20:57:50 +0000
committerDavid Beazley <dave@dabeaz.com>2009-03-23 20:57:50 +0000
commitf241956ab22fca34543264d8ee663d53a4e416a6 (patch)
treef3c317bf57ecaa9a655ea401a0fcd2cf284bf556 /setup.py
parentfb373629e27300db0df89451f7fe63630a1bd7a6 (diff)
downloadply-f241956ab22fca34543264d8ee663d53a4e416a6.tar.gz
Version bump
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 d62aaf5..14651c1 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ productions, precedence rules, error recovery, and support for ambiguous grammar
PLY is extremely easy to use and provides very extensive error checking.
""",
license="""Lesser GPL (LGPL)""",
- version = "3.1",
+ version = "3.2",
author = "David Beazley",
author_email = "dave@dabeaz.com",
maintainer = "David Beazley",