From 85ffdbdb8a4aa5c8b4934a362c0eaaa09b7c3f87 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Sun, 10 Mar 2013 17:42:11 -0400 Subject: [PATCH] 0.9.0, screw it. --- hy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/__init__.py b/hy/__init__.py index f86ddec..9567b73 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.ALPHA.REALLY.1.0~pre0" +__version__ = "0.9.0" import hy.importer # NOQA