diff options
author | laixintao <laixintao1995@163.com> | 2020-01-14 19:03:21 +0800 |
---|---|---|
committer | laixintao <laixintao1995@163.com> | 2020-01-14 19:03:21 +0800 |
commit | 05d9f7b8f83677c86d7a2b9b47050c7b35ba74e9 (patch) | |
tree | e343c111b08c659fb26b79547e23591c3d81a5c7 | |
parent | 6101529c9e94730c8ff7fd820fcefc853b0cc637 (diff) |
Bump version: 0.8.7 → 0.8.8v0.8.8
-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 e46da46..0b40582 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.7 +current_version = 0.8.8 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index b7aca53..108b34f 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -2,7 +2,7 @@ import os import logging from pathlib import Path -__version__ = "0.8.7" +__version__ = "0.8.8" logging.basicConfig( diff --git a/pyproject.toml b/pyproject.toml index ece231b..74958cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "0.8.7" +version = "0.8.8" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao <laixintao1995@163.com>"] readme = 'README.md' |