diff --git a/CHANGES.rst b/CHANGES.rst index 142e819..12cec1b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ CHANGES .. towncrier release notes start -0.0.1a1 (2024-08-15) -==================== +0.0.1 (2024-08-15) +================== - Initial release with schema generation and request body validation. diff --git a/aiohttp_apischema/__init__.py b/aiohttp_apischema/__init__.py index 0f05d21..3a447b6 100644 --- a/aiohttp_apischema/__init__.py +++ b/aiohttp_apischema/__init__.py @@ -1,4 +1,4 @@ from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator from aiohttp_apischema.response import APIResponse as APIResponse -__version__ = "0.0.1a1" +__version__ = "0.0.1"