From 58ba1d048237a62d1c82e4a4687506fe30fbb3d8 Mon Sep 17 00:00:00 2001 From: laixintao Date: Sun, 24 Jul 2022 22:46:01 +0800 Subject: =?UTF-8?q?Bump=20version:=201.12.0=20=E2=86=92=201.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- iredis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1207eca..98c577e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.12.0 +current_version = 1.12.1 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index b518f6e..438a38d 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1 +1 @@ -__version__ = "1.12.0" +__version__ = "1.12.1" diff --git a/pyproject.toml b/pyproject.toml index 10b3a1f..87bb464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.12.0" +version = "1.12.1" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao "] readme = 'README.md' -- cgit v1.2.3