diff options
author | laixintao <laixintao1995@163.com> | 2019-08-24 16:26:51 +0800 |
---|---|---|
committer | laixintao <laixintao1995@163.com> | 2019-08-24 16:26:51 +0800 |
commit | 64e72df1fe8e1a362a64547e061926b8cc96fe24 (patch) | |
tree | 4682006f322f53c3f26bdd4bfe01fa71b09c70f6 | |
parent | 5efc96183347f7dc87ece511b819035276e210be (diff) |
Bump version: 0.1.12 → 0.1.13v0.1.13
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | iredis/__init__.py | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3563cbb..0d4749a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.12 +current_version = 0.1.13 commit = True tag = True diff --git a/iredis/__init__.py b/iredis/__init__.py index f2e2baf..4024445 100644 --- a/iredis/__init__.py +++ b/iredis/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "0.1.12" +__version__ = "0.1.13" logging.basicConfig( diff --git a/pyproject.toml b/pyproject.toml index afeee40..d47ede2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iredis" -version = "0.1.12" +version = "0.1.13" description = "Terminal Client for Redis with AutoCompletion and Syntax Highlighting." authors = ["laixintao <laixintao1995@163.com>"] readme = 'README.md' |