From 07cf0b72d118ab67fd8ff0721debe86b066a0126 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 6 Jul 2013 19:41:08 -0400 Subject: [PATCH] 0.9.10 release. Bugfix only. --- hy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/__init__.py b/hy/__init__.py index 50c2f8f..ef0b8d6 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.9.9" +__version__ = "0.9.10" from hy.models.expression import HyExpression # NOQA