diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-09 04:11:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-07-09 04:11:10 +0000 |
commit | 304442954282f2efd30c8a7fc30b03c8ae256048 (patch) | |
tree | b0fd4717374d5e7c621e18a49396592815931c00 /pyproject.toml | |
parent | Adding upstream version 1.13.0. (diff) | |
download | iredis-02c7b7e92994fd6e679b518f651da4f6b116ab5b.tar.xz iredis-02c7b7e92994fd6e679b518f651da4f6b116ab5b.zip |
Adding upstream version 1.13.1.upstream/1.13.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c9a676a..dc6f68d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.13.0" +version = "1.13.1" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao <laixintao1995@163.com>"] readme = 'README.md' |