File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5 .0
2+ current_version = 1.0 .0
33commit = True
44tag = False
55parse = (?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 11project = 'redisai-py'
22copyright = '2020, RedisLabs'
33author = 'RedisLabs'
4- release = '0.5 .0'
4+ release = '1.0 .0'
55extensions = ['sphinx.ext.autodoc' ,
66 'sphinx.ext.autosummary' ,
77 'sphinx.ext.extlinks' ,
Original file line number Diff line number Diff line change 11from .client import Client
22
3- __version__ = '0.5 .0'
3+ __version__ = '1.0 .0'
Original file line number Diff line number Diff line change 77
88setup (
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' ,
You can’t perform that action at this time.
0 commit comments