Skip to content

Commit 99eae04

Browse files
committed
Bump version: 6.2.1 → 6.3.0
1 parent 62f1494 commit 99eae04

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.2.1
2+
current_version = 6.3.0
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>[A-z0-9-]+)

api/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from api.settings import PROFILE_REQUESTS, SKIP_DATABASE_CONNECTION
2121

2222
# This tag is automatically updated by bump2version
23-
_VERSION = '6.2.1'
23+
_VERSION = '6.3.0'
2424

2525
logger = get_logger()
2626

deploy/python/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.1
1+
6.3.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
setup(
2020
name=PKG,
2121
# This tag is automatically updated by bump2version
22-
version='6.2.1',
22+
version='6.3.0',
2323
description='Python API for interacting with the Sample API system',
2424
long_description=readme,
2525
long_description_content_type='text/markdown',

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamist",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.3",

0 commit comments

Comments
 (0)