Skip to content

Commit

Permalink
Release 3.3.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Oct 31, 2023
1 parent 9bf55b1 commit 32e09a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biomedicus_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ include = ["biomedicus_client*"]

[tool.setuptools_scm]
write_to = "biomedicus_client/src/biomedicus_client/version.py"
fallback_version = "3.2.0"
fallback_version = "3.3.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.2.1", # We get mtap, tqdm, and importlib_resources transitively from the client
"biomedicus_client==3.3.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.1",
"regex==2023.10.3",
"torch==2.1.0",
Expand Down Expand Up @@ -68,4 +68,4 @@ include = ["biomedicus*"]

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

0 comments on commit 32e09a4

Please sign in to comment.