From 927c04a7a507c414fb63ba8f5ac0c98fefba841d Mon Sep 17 00:00:00 2001 From: laixintao Date: Thu, 27 Feb 2020 08:31:30 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.5=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- iredis/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b32cb2e1..f86bed73 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.1.0 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index 68cdeee4..6849410a 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 43dd9a2b..9769ce92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "1.0.5" +version = "1.1.0" description = "Terminal client for Redis with auto-completion and syntax highlighting." authors = ["laixintao "] readme = 'README.md'