Skip to content

Commit 7c559de

Browse files
author
hhsecond
committed
Bump version: 0.5.0 → 1.0.0
1 parent c370ac9 commit 7c559de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 1.0.0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

docs/conf.py

+1-1
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 = '0.5.0'
4+
release = '1.0.0'
55
extensions = ['sphinx.ext.autodoc',
66
'sphinx.ext.autosummary',
77
'sphinx.ext.extlinks',

redisai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .client import Client
22

3-
__version__ = '0.5.0'
3+
__version__ = '1.0.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='redisai',
10-
version='0.5.0',
10+
version='1.0.0',
1111
description='RedisAI Python Client',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)