summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-07-28 22:55:07 +0800
committerlaixintao <laixintaoo@gmail.com>2020-07-28 22:55:07 +0800
commit92924daf1f9c6eec7a1ceff4238f540cd888ab44 (patch)
tree016490b6f7fe9b5441dfe8974b782de370c08151
parenta37494b329576db0e46c24c49f0e469897d9acc5 (diff)
Bump version: 1.8.0 → 1.9.0v1.9.0
-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 89fc124..76ee44f 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.8.0
+current_version = 1.9.0
commit = True
tag = True
diff --git a/iredis/__init__.py b/iredis/__init__.py
index 29654ee..0a0a43a 100644
--- a/iredis/__init__.py
+++ b/iredis/__init__.py
@@ -1 +1 @@
-__version__ = "1.8.0"
+__version__ = "1.9.0"
diff --git a/pyproject.toml b/pyproject.toml
index 792aa03..b6a0e29 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
-version = "1.8.0"
+version = "1.9.0"
description = "Terminal client for Redis with auto-completion and syntax highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'