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