Skip to content

Commit 74b0726

Browse files
tomolopolisTom Searle
andauthored
chore: medcat-trainer: update client version for new release. (#249)
* chore: medcat-trainer: update client version for new release. * chore: medcat-trainer: update client version for new release. --------- Co-authored-by: Tom Searle <tom@cogstack.org>
1 parent f778f2c commit 74b0726

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

medcat-trainer/client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "medcattrainer-client"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Python client for interacting with a MedCATTrainer instance"
99
readme = "client/README.md"
1010
requires-python = ">=3.10"

medcat-trainer/docker-compose-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: medcattrainer
66
hostname: medcat
77
restart: always
8-
image: cogstacksystems/medcat-trainer:v3.1.0
8+
image: cogstacksystems/medcat-trainer:v3.2.1
99
volumes:
1010
- api-media:/home/api/media
1111
- api-static:/home/api/static
@@ -16,7 +16,7 @@ services:
1616
env_file:
1717
- ./envs/env-prod
1818
environment:
19-
- MCT_VERSION=v3.1.0
19+
- MCT_VERSION=v3.2.1
2020
command: /usr/bin/supervisord -c /etc/supervisord.conf
2121

2222
nginx:

medcat-trainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
services:
55
# medattrainer services
66
medcattrainer:
7-
image: cogstacksystems/medcat-trainer:v3.1.0
7+
image: cogstacksystems/medcat-trainer:v3.2.1
88
restart: always
99
volumes:
1010
- api-media:/home/api/media
@@ -16,7 +16,7 @@ services:
1616
env_file:
1717
- ./envs/env
1818
environment:
19-
- MCT_VERSION=v3.1.0
19+
- MCT_VERSION=v3.2.1
2020
command: /usr/bin/supervisord -c /etc/supervisord.conf
2121

2222
nginx:

0 commit comments

Comments
 (0)