From a212d261df2f9b198baf40c96fc53f6a87c56414 Mon Sep 17 00:00:00 2001 From: Jon Lanz Date: Thu, 15 Jun 2023 09:31:29 -0700 Subject: [PATCH] Update package version --- package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.py b/package.py index eb8872f..f00abcf 100644 --- a/package.py +++ b/package.py @@ -11,7 +11,7 @@ def version(): """ Increment the build in the version. """ - _version = '0.1' + _version = '1.2.0.0' from rezbuild import earlybind return earlybind.version(this, _version)