summaryrefslogtreecommitdiff
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
parentb1228ee07d064787acbdca61238b17710c13fbd8 (diff)
downloadply-d776a2ece6c12bf8f8b6a0e65b48546ac6078765.tar.gz
Bumped version number
-rw-r--r--ANNOUNCE4
-rw-r--r--README.md2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index badc9b6..ef5774c 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,6 +1,6 @@
-August 25, 2015
+October 2, 2015
- Announcing : PLY-3.7 (Python Lex-Yacc)
+ Announcing : PLY-3.8 (Python Lex-Yacc)
http://www.dabeaz.com/ply
diff --git a/README.md b/README.md
index ec10aaf..d435377 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-PLY (Python Lex-Yacc) Version 3.7
+PLY (Python Lex-Yacc) Version 3.8
Copyright (C) 2001-2015,
David M. Beazley (Dabeaz LLC)
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",