From a4a903d5d38d18e0c71a0909cd88ecbc918fb2c9 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 22 Jan 2013 18:39:28 -0500 Subject: [PATCH] Releasing 0.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e84a813..8a3a688 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ things with other things until things looks like other things. """ appname = "hy" -version = "0.8.0" +version = "0.8.1" setup(**{ "name": appname,