-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release cryoet-data-portal-python-client 4.2.1 (#1382)
🤖 I have created a release *beep* *boop* --- ## [4.2.1](cryoet-data-portal-python-client-v4.2.0...cryoet-data-portal-python-client-v4.2.1) (2024-12-06) ### 🐞 Bug Fixes * fix argument and return value handling for get_by_id ([#1380](#1380)) ([2504e4d](2504e4d)) * Fix generated examples formatting ([#1369](#1369)) ([6cf8473](6cf8473)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6cf8473
commit eadfdac
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "cryoet_data_portal" | ||
version = "4.2.0" | ||
version = "4.2.1" | ||
description = "API Client to facilitate the use of the CryoET Portal. For more information about the API and the project visit https://github.com/chanzuckerberg/cryoet-data-portal/" | ||
authors = [ | ||
{ name = "Chan Zuckerberg Initiative", email = "[email protected]" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
TomogramVoxelSpacing, | ||
) | ||
|
||
__version__ = "4.2.0" | ||
__version__ = "4.2.1" | ||
|
||
__all__ = [ | ||
"Client", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"frontend": "1.37.0", | ||
"client/python/cryoet_data_portal": "4.2.0" | ||
"client/python/cryoet_data_portal": "4.2.1" | ||
} |