diff --git a/CHANGELOG.md b/CHANGELOG.md index f703335..7c9958e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.0] - 2026-04-10 +## [0.2.1] - 2026-04-10 ### Added - Enterprise-grade Collection Wizard (`List[T]` support). diff --git a/pyproject.toml b/pyproject.toml index ed5e830..d8927dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "pytypeform" -version = "0.2.0" +version = "0.2.1" description = "A Type-Safe UI/CLI Generator powered by Pydantic." readme = "README.md" requires-python = ">=3.10,<3.14"