summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-05-30 20:23:10 +0800
committerlaixintao <laixintaoo@gmail.com>2020-05-30 20:23:10 +0800
commitb6df234c412538dfcc9bf294187d61af0985163d (patch)
tree1098f123f70dea350270b6938562e1456d27f74f
parent9ca45f3ad55453632b27d1f2780a96e0fa7120f1 (diff)
Bump version: 1.7.1 → 1.7.2v1.7.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--iredis/__init__.py2
-rw-r--r--pyproject.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index dee828e..2595e78 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.7.1
+current_version = 1.7.2
commit = True
tag = True
diff --git a/iredis/__init__.py b/iredis/__init__.py
index 3c1e9cb..1db13ec 100644
--- a/iredis/__init__.py
+++ b/iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.7.1"
+__version__ = "1.7.2"
diff --git a/pyproject.toml b/pyproject.toml
index a35e3f3..f14dd4b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.7.1"
+version = "1.7.2"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'