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.2.1
2
+ current_version = 6.3.0
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 20
20
from api .settings import PROFILE_REQUESTS , SKIP_DATABASE_CONNECTION
21
21
22
22
# This tag is automatically updated by bump2version
23
- _VERSION = '6.2.1 '
23
+ _VERSION = '6.3.0 '
24
24
25
25
logger = get_logger ()
26
26
Original file line number Diff line number Diff line change 1
- 6.2.1
1
+ 6.3.0
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.2.1 ' ,
22
+ version = '6.3.0 ' ,
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.2.1 " ,
3
+ "version" : " 6.3.0 " ,
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