From fc40a89e68d3145173ce33a614f2f210f984b710 Mon Sep 17 00:00:00 2001 From: DakkTest <74267670+DakkTest@users.noreply.github.com> Date: Wed, 12 May 2021 20:05:12 -0400 Subject: [PATCH] Update version.py oops --- utils/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/version.py b/utils/version.py index 2b116129..50eba587 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.7" +__VERSION = "0.6.8" version = Version(__VERSION)