File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5 .0
2
+ current_version = 1.0 .0
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 1
1
project = 'redisai-py'
2
2
copyright = '2020, RedisLabs'
3
3
author = 'RedisLabs'
4
- release = '0.5 .0'
4
+ release = '1.0 .0'
5
5
extensions = ['sphinx.ext.autodoc' ,
6
6
'sphinx.ext.autosummary' ,
7
7
'sphinx.ext.extlinks' ,
Original file line number Diff line number Diff line change 1
1
from .client import Client
2
2
3
- __version__ = '0.5 .0'
3
+ __version__ = '1.0 .0'
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'redisai' ,
10
- version = '0.5 .0' ,
10
+ version = '1.0 .0' ,
11
11
description = 'RedisAI Python Client' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments