From 62146a962b18502bb0d02de0917520b9d01040a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jun 2024 16:02:11 +0000 Subject: [PATCH] ci(release): 3.0.0-beta.17 [skip ci] ## [3.0.0-beta.17](https://github.com/f-aguzzi/tesi/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2024-06-26) ### Bug Fixes * upgrade numpy to non-devtools version ([9c28adc](https://github.com/f-aguzzi/tesi/commit/9c28adcd30e6b62b83a6372662eacc20f17f3eab)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f5ab0..12bfe83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.0-beta.17](https://github.com/f-aguzzi/tesi/compare/v3.0.0-beta.16...v3.0.0-beta.17) (2024-06-26) + + +### Bug Fixes + +* upgrade numpy to non-devtools version ([9c28adc](https://github.com/f-aguzzi/tesi/commit/9c28adcd30e6b62b83a6372662eacc20f17f3eab)) + ## [3.0.0-beta.16](https://github.com/f-aguzzi/tesi/compare/v3.0.0-beta.15...v3.0.0-beta.16) (2024-06-26) ## [3.0.0-beta.15](https://github.com/f-aguzzi/tesi/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2024-06-26) diff --git a/pyproject.toml b/pyproject.toml index b1680d9..7155400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chemfusekit" -version = "3.0.0b16" +version = "3.0.0b17" description = "A minimal Python / Jupyter Notebook / Colab library for data fusion and chemometrical analysis." authors = [ { name = "Federico Aguzzi", email = "62149513+f-aguzzi@users.noreply.github.com" }