diff --git a/CHANGELOG.md b/CHANGELOG.md index 764be65..447ea7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/Telicent-io/shacl-tool/compare/v0.1.0...v0.2.0) (2023-10-17) + + +### Features + +* Refactor the project make module name more friendly. Allow to be importable ([8ac25fd](https://github.com/Telicent-io/shacl-tool/commit/8ac25fd6c7a0afc071c417d1f5af559f5414be6e)) + ## 0.1.0 (2023-10-17) diff --git a/pyproject.toml b/pyproject.toml index c9dabba..d3d3b6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] dynamic = ["readme"] name = "owl2shacl" -version = "0.1.0" +version = "0.2.0" authors = [{name = "Telicent Ltd", email = "admin@telicent.io"}] description = "A CLI tool." requires-python = ">=3.11"