diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4abba..c9a3296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.0 (2024-04-02) + +### Feat + +- add functions to (de)compose transforms + ## 1.0.0 (2024-04-02) ### Feat diff --git a/pyproject.toml b/pyproject.toml index ca295e0..2ed2e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "megham" -version = "1.0.0" +version = "1.1.0" authors = [{name="Saianeesh Keshav Haridas"}] description = "Tools for working with point clouds" readme = "README.md"