File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 6.9.1
2
+ current_version = 6.9.2
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[A-z0-9-]+)
Original file line number Diff line number Diff line change 19
19
from db .python .utils import get_logger
20
20
21
21
# This tag is automatically updated by bump2version
22
- _VERSION = '6.9.1 '
22
+ _VERSION = '6.9.2 '
23
23
24
24
logger = get_logger ()
25
25
Original file line number Diff line number Diff line change 1
- 6.9.1
1
+ 6.9.2
Original file line number Diff line number Diff line change 19
19
setup (
20
20
name = PKG ,
21
21
# This tag is automatically updated by bump2version
22
- version = '6.9.1 ' ,
22
+ version = '6.9.2 ' ,
23
23
description = 'Python API for interacting with the Sample API system' ,
24
24
long_description = readme ,
25
25
long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " metamist" ,
3
- "version" : " 6.9.1 " ,
3
+ "version" : " 6.9.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@apollo/client" : " ^3.7.3" ,
You can’t perform that action at this time.
0 commit comments