diff --git a/pyproject.toml b/pyproject.toml index 47d7c5b..adc4bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "momoa" -version = "0.2.2" +version = "0.2.3" description = "A library for definition, validation and serialisation of Python objects based on JSONSchema specifications." readme = "README.md" license = {text = "MIT"} diff --git a/release-notes/0.2.2.md b/release-notes/0.2.3.md similarity index 100% rename from release-notes/0.2.2.md rename to release-notes/0.2.3.md