diff --git a/CHANGES.rst b/CHANGES.rst index 20029c8..142e819 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ CHANGES .. towncrier release notes start -0.0.1a0 (2024-08-10) +0.0.1a1 (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 c4605b8..0f05d21 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.1a0" +__version__ = "0.0.1a1"