From 51b01d833592a083f92299917066754ec639f4de Mon Sep 17 00:00:00 2001 From: David Beazley Date: Sat, 27 Jan 2018 15:28:17 -0600 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",