From 230cf88abdecfb818d904780a9a45e7a06354cd4 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 22 Jan 2013 18:38:43 -0500 Subject: [PATCH] "releasing" pre-talk hard freeze --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6b5554..e84a813 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.7.5" +version = "0.8.0" setup(**{ "name": appname,