Skip to content

Commit

Permalink
Minor fixes to work with MDF Connect Client v0.5.0 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaiszik authored Feb 6, 2024
1 parent 02648ff commit a9c99a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foundry/foundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def publish_dataset(
dataset_doi=kwargs.get("dataset_doi", ""),
related_dois=kwargs.get("related_dois", [])
)
self.connect_client.add_organization(self.config.organization)
self.connect_client.set_organization(self.config.organization)
self.connect_client.set_project_block(
self.config.metadata_key, foundry_metadata)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
packages = (setuptools.find_packages(),)
setuptools.setup(
name="foundry_ml",
version="0.7.4",
version="0.7.5",
author="""Aristana Scourtas, KJ Schmidt, Isaac Darling, Aadit Ambadkar, Braeden Cullen,
Imogen Foster, Ribhav Bose, Zoa Katok, Ethan Truelove, Ian Foster, Ben Blaiszik""",
author_email="[email protected]",
Expand All @@ -19,7 +19,7 @@
"numpy>=1.15.4",
"pandas>=0.23.4",
"pydantic<2.0.0",
"mdf_connect_client>=0.4.0",
"mdf_connect_client>=0.5.0",
"h5py>=2.10.0",
"json2table"
],
Expand Down

0 comments on commit a9c99a3

Please sign in to comment.