diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b56fb4..9e9838a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/siapy/siapy-lib/compare/v0.2.2...v0.2.3) (2024-07-01) + + +### Documentation + +* fixed annotations, added citation file ([baa3628](https://github.com/siapy/siapy-lib/commit/baa36280f0a95fb6b33006d53a1dcdd67b60bd28)) + ## [0.2.2](https://github.com/siapy/siapy-lib/compare/v0.2.1...v0.2.2) (2024-06-30) diff --git a/pyproject.toml b/pyproject.toml index 7194d9d..b203050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "siapy" -version = "0.2.2" +version = "0.2.3" description = "A python library for efficient processing of spectral images." authors = [{ name = "janezlapajne", email = "janez.lapajne@kis.si" }]