summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2022-06-26 00:52:24 +0800
committerlaixintao <laixintaoo@gmail.com>2022-06-26 00:52:24 +0800
commitcd95f184a5818915987034a66c9770a9aaeb2ba1 (patch)
tree1b47d41f96e6c276397223aa1dfbfcfd015d3255
parenteed1aa9dfe8b792da1193ab683699f66b08c990a (diff)
Bump version: 1.11.1 → 1.12.0v1.12.0
-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 9c11de2..1207eca 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.11.1
+current_version = 1.12.0
commit = True
tag = True
diff --git a/iredis/__init__.py b/iredis/__init__.py
index c3fa782..b518f6e 100644
--- a/iredis/__init__.py
+++ b/iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.11.1"
+__version__ = "1.12.0"
diff --git a/pyproject.toml b/pyproject.toml
index 393370f..10b3a1f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.11.1"
+version = "1.12.0"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'