diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8c848fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## v0.1.0 (2025-01-02) + +### Feat + +- initial implementation diff --git a/pyproject.toml b/pyproject.toml index e779f35..e082690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # https://python-poetry.org/docs/pyproject/ name = "wtpsplit-lite" -version = "0.0.0" +version = "0.1.0" description = "wtpsplit with minimal dependencies" authors = ["Laurent Sorber "] readme = "README.md"