summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2023-07-05 15:16:59 +0800
committerlaixintao <laixintaoo@gmail.com>2023-07-05 15:16:59 +0800
commit0f9359a237080cb6f301571738fbf85063eedaea (patch)
tree3b5a1fb0a91b3b62be0e651b59c7008b431bb74a
parentd663e0aa4a6af15aa8da03efc1f1de8394e18609 (diff)
Bump version: 1.13.0 → 1.13.1v1.13.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 eb1ca03..c81c530 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.13.0
+current_version = 1.13.1
commit = True
tag = True
diff --git a/iredis/__init__.py b/iredis/__init__.py
index 9a34ccc..4b67c39 100644
--- a/iredis/__init__.py
+++ b/iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.13.0"
+__version__ = "1.13.1"
diff --git a/pyproject.toml b/pyproject.toml
index c9a676a..dc6f68d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.13.0"
+version = "1.13.1"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'