diff --git a/CHANGELOG.md b/CHANGELOG.md index 1911648..f121f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.52](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.51...0.1.52) (2024-07-19) + + +### Miscellaneous + +* **deps:** update setuptools requirement ([4547d32](https://github.com/BLSQ/openhexa-sdk-python/commit/4547d32ffac371fa8f2fed67031e30dd2db7582a)) + ## [0.1.51](https://github.com/BLSQ/openhexa-sdk-python/compare/0.1.50...0.1.51) (2024-06-28) diff --git a/pyproject.toml b/pyproject.toml index ed5561e..59b9e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.sdk" -version = "0.1.51" +version = "0.1.52" description = "OpenHEXA SDK" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]