From da65ba4b4caa5f1ef414c2cdf5022d50fd7c10bb Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Fri, 15 Mar 2013 15:35:25 -0400 Subject: [PATCH] Releasing 0.9.2 --- hy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/__init__.py b/hy/__init__.py index ec87d2c..2c04568 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.9.1" +__version__ = "0.9.2" import hy.importer # NOQA