From 32eee6d6c16c2fd65459722edb90d1bf6c1debc6 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 29 Dec 2012 11:43:56 -0500 Subject: [PATCH] Tagging 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index beeec2e..3e44464 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.6.0" +version = "0.7.0" setup(**{ "name": appname,