summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2023-09-15 18:33:01 +0800
committerlaixintao <laixintaoo@gmail.com>2023-09-15 18:33:01 +0800
commit58c10564f0f755ae4ef7a6675174385d7d8d2d0b (patch)
tree8b76ed39acd00d6032f5670efdcc67a5640efc98
parenta2624307f76ae3a8ec7732d62a99c5b940525098 (diff)
Bump version: 1.13.1 → 1.13.2v1.13.2
-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 c81c530..0baaf8e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.13.1
+current_version = 1.13.2
commit = True
tag = True
diff --git a/iredis/__init__.py b/iredis/__init__.py
index 4b67c39..8d7257c 100644
--- a/iredis/__init__.py
+++ b/iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.13.1"
+__version__ = "1.13.2"
diff --git a/pyproject.toml b/pyproject.toml
index 152f20e..0f2854a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.13.1"
+version = "1.13.2"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'