Skip to content

Commit 8f3271a

Browse files
Release 0.0.1 (#20)
1 parent ea25623 commit 8f3271a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGES
44

55
.. towncrier release notes start
66
7-
0.0.1a1 (2024-08-15)
8-
====================
7+
0.0.1 (2024-08-15)
8+
==================
99

1010
- Initial release with schema generation and request body validation.

aiohttp_apischema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator
22
from aiohttp_apischema.response import APIResponse as APIResponse
33

4-
__version__ = "0.0.1a1"
4+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)