diff options
author | laixintao <laixintaoo@gmail.com> | 2023-10-31 14:49:28 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2023-10-31 14:49:28 +0800 |
commit | 8e9211247bef2f266c501effa2e5b4ee021e1013 (patch) | |
tree | 436d2fd68d899cb990437dd6ef5b5328c827c5a3 | |
parent | b22ed806f2bd69564bd598a35a36a04622865670 (diff) |
Bump version: 1.13.2 → 1.14.0v1.14.0
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | iredis/__init__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0baaf8e..9ef25fa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.2 +current_version = 1.14.0 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index 8d7257c..b9f68ed 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1 +1 @@ -__version__ = "1.13.2" +__version__ = "1.14.0" diff --git a/pyproject.toml b/pyproject.toml index 291d6ef..088fb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.13.2" +version = "1.14.0" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao <laixintao1995@163.com>"] readme = 'README.md' |