Skip to content

Commit 2a09d41

Browse files
committed
Bump version: 1.15.0 → 1.15.1
1 parent 5d5b9c7 commit 2a09d41

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.15.0
2+
current_version = 1.15.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.15.0"
1+
__version__ = "1.15.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.15.0"
3+
version = "1.15.1"
44
description = "Terminal client for Redis with auto-completion and syntax highlighting."
55
authors = ["laixintao <[email protected]>"]
66
readme = 'README.md'

0 commit comments

Comments
 (0)