diff options
author | laixintao <laixintaoo@gmail.com> | 2020-03-12 18:36:03 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2020-03-12 18:36:03 +0800 |
commit | c18a13bc95cc8d83d2b8092e49b97c063bef466b (patch) | |
tree | 02313d7593c0be22a43b0b19adaaaaeed794cd4b | |
parent | 195b8a719f927763e3e45c6c46a9bd6c7b714a65 (diff) |
Bump version: 1.4.2 → 1.4.3v1.4.3smart-completer
-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 c88e0ad..586888b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.2 +current_version = 1.4.3 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index daa50c7..aa56ed4 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1 +1 @@ -__version__ = "1.4.2" +__version__ = "1.4.3" diff --git a/pyproject.toml b/pyproject.toml index fe5effc..31e4531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.4.2" +version = "1.4.3" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao <laixintao1995@163.com>"] readme = 'README.md' |