Version bump

This commit is contained in:
David Beazley 2018-01-27 15:28:17 -06:00
parent b088d9b2ce
commit 51b01d8335

View File

@ -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",