From e234239b6f2ec269bb0d6f917113f08ea05eb593 Mon Sep 17 00:00:00 2001 From: Neal Gupta Date: Thu, 19 Nov 2020 15:07:17 -0500 Subject: [PATCH] Bump version --- armory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armory/__init__.py b/armory/__init__.py index 68668b3cf..1bafd651a 100644 --- a/armory/__init__.py +++ b/armory/__init__.py @@ -27,7 +27,7 @@ # Semantic Version -__version__ = "0.13.0-dev" +__version__ = "0.12.3" DEV = "-dev"