Skip to content

Commit 91db84a

Browse files
authored
Bump version: 6.4.0 → 6.5.0 (#586)
Co-authored-by: Michael Franklin <[email protected]>
1 parent f109327 commit 91db84a

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.4.0
2+
current_version = 6.5.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.4.0'
23+
_VERSION = '6.5.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.4.0
1+
6.5.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.4.0',
22+
version='6.5.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.4.0",
3+
"version": "6.5.0",
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.7.3",

0 commit comments

Comments
 (0)