Skip to content

Commit f5f61ed

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent 3edde84 commit f5f61ed

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
@@ -17,4 +17,3 @@ replace = __version__ = "{new_version}"
1717
[bumpversion:file:docs/conf.py]
1818
search = release = "{current_version}"
1919
replace = release = "{new_version}"
20-

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project = "redisai-py"
22
copyright = "2020, RedisLabs"
33
author = "RedisLabs"
4-
release = "1.0.1"
4+
release = "1.0.2"
55
extensions = [
66
"sphinx.ext.autodoc",
77
"sphinx.ext.autosummary",

redisai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .client import Client
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.0.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="redisai",
10-
version="1.0.1",
10+
version="1.0.2",
1111
description="RedisAI Python Client",
1212
long_description=long_description,
1313
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)