diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c81c5308..0baaf8e9 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 4b67c39d..8d7257c4 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 152f20e7..0f2854af 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 "] readme = 'README.md'