diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9ef25fa3..57d86963 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.14.0 +current_version = 1.14.1 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index b9f68edb..4454c8d4 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1 +1 @@ -__version__ = "1.14.0" +__version__ = "1.14.1" diff --git a/pyproject.toml b/pyproject.toml index 945d4d7d..bc2e5d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.14.0" +version = "1.14.1" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao "] readme = 'README.md'