From b728651fb4808565d79aff91cefe2cef61193113 Mon Sep 17 00:00:00 2001 From: Janez Lapajne Date: Tue, 20 Aug 2024 17:22:47 +0200 Subject: [PATCH] chore(main): release 0.4.4 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23789c..25e766d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.4](https://github.com/siapy/siapy-lib/compare/v0.4.3...v0.4.4) (2024-08-20) + + +### Documentation + +* Add new API documentation files ([19fe2cc](https://github.com/siapy/siapy-lib/commit/19fe2ccaddd3974b254f59fcc709aba0178c9338)) +* index docs page update with default readme file ([eb6703b](https://github.com/siapy/siapy-lib/commit/eb6703b95f015bd18bd66ea506f5504d97a5489d)) + ## [0.4.3](https://github.com/siapy/siapy-lib/compare/v0.4.2...v0.4.3) (2024-08-20) diff --git a/pyproject.toml b/pyproject.toml index 1d69a78..18dbab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "siapy" -version = "0.4.3" +version = "0.4.4" description = "A python library for efficient processing of spectral images." authors = [{ name = "janezlapajne", email = "janez.lapajne@kis.si" }]