Skip to content

Commit

Permalink
version bump (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Mar 20, 2024
1 parent 7c16302 commit cf93c22
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.4.1",
"mtap==1.4.1",
"grpcio==1.62.1",
"grpcio-health-checking==1.62.1",
"grpcio-status==1.62.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.4.0"
fallback_version = "3.4.1"
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.4.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"biomedicus_client==3.4.1", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.4",
"regex==2023.12.25",
"torch==2.2.1",
Expand Down Expand Up @@ -68,4 +68,4 @@ include = ["biomedicus*"]

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

0 comments on commit cf93c22

Please sign in to comment.