summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2008-11-27 19:38:48 +0000
committerDavid Beazley <dave@dabeaz.com>2008-11-27 19:38:48 +0000
commitd4b9ca410b6cb4d6b088694e6040a9dc17f8560f (patch)
treeca1a6b7212ad0f0712e8260775acc81b0d268e9f /setup.py
parentca5170e19a22acc8c960c1e2d60ecf353a197057 (diff)
downloadply-d4b9ca410b6cb4d6b088694e6040a9dc17f8560f.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 de01d6b..bbd79bb 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,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 = "2.5",
+ version = "2.6",
author = "David Beazley",
author_email = "dave@dabeaz.com",
maintainer = "David Beazley",