Skip to content

Commit 3684d39

Browse files
authored
Release 1.4.0 (#290)
1 parent b06bb37 commit 3684d39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

biomedicus_client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
'Topic :: Text Processing :: Linguistic'
3737
]
3838
dependencies = [
39-
"mtap>=1.3.0",
39+
"mtap==1.4.0",
4040
"grpcio==1.60.1",
4141
"grpcio-health-checking==1.60.1",
4242
"grpcio-status==1.60.1",
@@ -60,5 +60,5 @@ include = ["biomedicus_client*"]
6060

6161
[tool.setuptools_scm]
6262
write_to = "biomedicus_client/src/biomedicus_client/version.py"
63-
fallback_version = "3.3.0"
63+
fallback_version = "3.4.0"
6464
root = ".."

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
'Topic :: Text Processing :: Linguistic'
3535
]
3636
dependencies = [
37-
"biomedicus_client>=3.3.0", # We get mtap, tqdm, and importlib_resources transitively from the client
37+
"biomedicus_client==3.4.0", # We get mtap, tqdm, and importlib_resources transitively from the client
3838
"numpy==1.26.4",
3939
"regex==2023.12.25",
4040
"torch==2.2.0",
@@ -68,4 +68,4 @@ include = ["biomedicus*"]
6868

6969
[tool.setuptools_scm]
7070
write_to = "python/biomedicus/version.py"
71-
fallback_version = "3.3.0"
71+
fallback_version = "3.4.0"

0 commit comments

Comments
 (0)