summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2007-04-01 21:04:08 +0000
committerDavid Beazley <dave@dabeaz.com>2007-04-01 21:04:08 +0000
commita870062aa3448105f831875ab1c8441d1a89e599 (patch)
tree2a790dd468562125c8bd47bcd536727b34afa9b5 /setup.py
parente4989423fb06998f9e5c0011332469320597ec64 (diff)
downloadply-a870062aa3448105f831875ab1c8441d1a89e599.tar.gz
work in progress
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 2990ecb..cb1bc9a 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,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.3",
+ version = "2.4",
author = "David Beazley",
author_email = "dave@dabeaz.com",
maintainer = "David Beazley",