Skip to content

Commit

Permalink
Bump version: 0.2.17 → 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Oct 16, 2019
1 parent 29b95aa commit 4f61b6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.17
current_version = 0.2.18
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion iredis/__init__.py
Expand Up @@ -2,7 +2,7 @@
import logging
from pathlib import Path

__version__ = "0.2.17"
__version__ = "0.2.18"


logging.basicConfig(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iredis"
version = "0.2.17"
version = "0.2.18"
description = "Terminal Client for Redis with AutoCompletion and Syntax Highlighting."
authors = ["laixintao <laixintao1995@163.com>"]
readme = 'README.md'
Expand Down

0 comments on commit 4f61b6f

Please sign in to comment.