diff --git a/hy/__init__.py b/hy/__init__.py index f86ddec..9567b73 100644 --- a/hy/__init__.py +++ b/hy/__init__.py @@ -20,7 +20,7 @@ __appname__ = "hy" -__version__ = "0.ALPHA.REALLY.1.0~pre0" +__version__ = "0.9.0" import hy.importer # NOQA