From 56c4091a5bbf8820b584dc28ee90ba2206e3ce22 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 22 Jan 2013 18:39:56 -0500 Subject: [PATCH] I'm an idiot --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a3a688..19f39bb 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.1" +version = "0.8.2" setup(**{ "name": appname,