diff --git a/setup.py b/setup.py index 87e0f15..aa85d46 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name = "sly", SLY is an implementation of lex and yacc for Python 3. """, license="""BSD""", - version = "0.2", + version = "0.3", author = "David Beazley", author_email = "dave@dabeaz.com", maintainer = "David Beazley",