summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2022-03-07 12:13:03 +0800
committerlaixintao <laixintaoo@gmail.com>2022-03-07 12:13:03 +0800
commit20734f706158910db53e6d75bc34f328801e8a07 (patch)
tree9b915f74b32dd59b6e960c758e97c657a4cb7e3d
parent36e93121e18ad61bf54f2b167d58584382464002 (diff)
Bump version: 1.11.0 → 1.11.1v1.11.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--iredis/__init__.py2
-rw-r--r--pyproject.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 18161ac..9c11de2 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.11.0
+current_version = 1.11.1
commit = True
tag = True
diff --git a/iredis/__init__.py b/iredis/__init__.py
index f84c53b..c3fa782 100644
--- a/iredis/__init__.py
+++ b/iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.11.0"
+__version__ = "1.11.1"
diff --git a/pyproject.toml b/pyproject.toml
index 72c10a7..e69dfc9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.11.0"
+version = "1.11.1"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'