From 8d99ea16d669087ed5a8f10835855e14e2db4309 Mon Sep 17 00:00:00 2001 From: DakkTest <74267670+DakkTest@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:28:16 -0400 Subject: [PATCH] Update version.py --- utils/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/version.py b/utils/version.py index de4564da..2b116129 100644 --- a/utils/version.py +++ b/utils/version.py @@ -29,7 +29,7 @@ # See https://www.python.org/dev/peps/pep-0440/ for specification # See https://www.python.org/dev/peps/pep-0440/#examples-of-compliant-version-schemes for examples -__VERSION = "0.6.6" +__VERSION = "0.6.7" version = Version(__VERSION)