From 4888589f5960bb2deddf8324347d8d2b8545b690 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Mon, 15 Apr 2013 22:36:50 -0400 Subject: [PATCH] Callin' this 0.9.6 --- hy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy/__init__.py b/hy/__init__.py index 42e3efe..c9fd13a 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.9.5" +__version__ = "0.9.6" from hy.models.expression import HyExpression # NOQA