From 84a7fbb3013555fbc9e7b138e70ec10fcb1ca264 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Mon, 11 Mar 2013 21:14:45 -0400 Subject: [PATCH] Time for 0.9.1. --- hy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/__init__.py b/hy/__init__.py index 9567b73..ec87d2c 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.9.0" +__version__ = "0.9.1" import hy.importer # NOQA