From b7fc825e17ae4a65a79ee21c252848bef8f1d5ad Mon Sep 17 00:00:00 2001 From: surcyf123 <114649324+surcyf123@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:59:00 +0800 Subject: [PATCH] bump version --- template/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/__init__.py b/template/__init__.py index 73eb661e..607ebb78 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -19,7 +19,7 @@ # version must stay on line 22 -__version__ = "3.1.7" +__version__ = "3.1.8" version_split = __version__.split(".") __spec_version__ = ( (1000 * int(version_split[0]))