From 122f19b931ebd84530c845d70421fedc144f1bf8 Mon Sep 17 00:00:00 2001 From: nanome-bot <45469149+nanome-bot@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:38:42 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/__init__.py b/plugin/__init__.py index dffcc90..9f2bbe3 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.1.1' +__version__ = '1.1.2' from . import * diff --git a/setup.cfg b/setup.cfg index cfeb154..a7cbddd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True