Skip to content

Commit 085551f

Browse files
committed
Bump version: 6.9.1 → 6.9.2
1 parent 1296dd0 commit 085551f

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.9.1
2+
current_version = 6.9.2
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
@@ -19,7 +19,7 @@
1919
from db.python.utils import get_logger
2020

2121
# This tag is automatically updated by bump2version
22-
_VERSION = '6.9.1'
22+
_VERSION = '6.9.2'
2323

2424
logger = get_logger()
2525

deploy/python/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.9.1
1+
6.9.2

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.9.1',
22+
version='6.9.2',
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.9.1",
3+
"version": "6.9.2",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.3",

0 commit comments

Comments
 (0)