From c8c548a871880614c807c0c828256b7e425f04cd Mon Sep 17 00:00:00 2001 From: Fumito Hamamura Date: Sun, 9 Aug 2020 01:43:44 +0900 Subject: [PATCH] DIST: Release v0.9.0 --- modelx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelx/__init__.py b/modelx/__init__.py index 808c5dbc..87ee1cac 100644 --- a/modelx/__init__.py +++ b/modelx/__init__.py @@ -20,7 +20,7 @@ """ -VERSION = (0, 9, 0, "dev") +VERSION = (0, 9, 0) __version__ = ".".join([str(x) for x in VERSION]) from modelx.core.api import * # must come after __version__ assignment. try: