diff options
-rw-r--r-- | .bumpversion.cfg | 3 | ||||
-rw-r--r-- | iredis/__init__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1edc391..3c3ef40 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,8 @@ [bumpversion] -current_version = 1.9.1 +current_version = 1.9.2 commit = True tag = True [bumpversion:file:iredis/__init__.py] [bumpversion:file:pyproject.toml] - diff --git a/iredis/__init__.py b/iredis/__init__.py index 38cf6db..2cbc28c 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1 +1 @@ -__version__ = "1.9.1" +__version__ = "1.9.2" diff --git a/pyproject.toml b/pyproject.toml index 02bdabb..538b204 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.9.1" +version = "1.9.2" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao <laixintao1995@163.com>"] readme = 'README.md' |