Skip to content

Commit

Permalink
Release 1.4.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Feb 14, 2024
1 parent b06bb37 commit 3684d39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions biomedicus_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic'
]
dependencies = [
"mtap>=1.3.0",
"mtap==1.4.0",
"grpcio==1.60.1",
"grpcio-health-checking==1.60.1",
"grpcio-status==1.60.1",
Expand All @@ -60,5 +60,5 @@ include = ["biomedicus_client*"]

[tool.setuptools_scm]
write_to = "biomedicus_client/src/biomedicus_client/version.py"
fallback_version = "3.3.0"
fallback_version = "3.4.0"
root = ".."
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic'
]
dependencies = [
"biomedicus_client>=3.3.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"biomedicus_client==3.4.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.4",
"regex==2023.12.25",
"torch==2.2.0",
Expand Down Expand Up @@ -68,4 +68,4 @@ include = ["biomedicus*"]

[tool.setuptools_scm]
write_to = "python/biomedicus/version.py"
fallback_version = "3.3.0"
fallback_version = "3.4.0"

0 comments on commit 3684d39

Please sign in to comment.