Skip to content

Commit c0992a0

Browse files
committed
Bump version: 1.14.0 → 1.14.1
1 parent 33734b3 commit c0992a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.14.0
2+
current_version = 1.14.1
33
commit = True
44
tag = True
55

iredis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.14.0"
1+
__version__ = "1.14.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "iredis"
3-
version = "1.14.0"
3+
version = "1.14.1"
44
description = "Terminal client for Redis with auto-completion and syntax highlighting."
55
authors = ["laixintao <laixintao1995@163.com>"]
66
readme = 'README.md'

0 commit comments

Comments
 (0)