Skip to content

Commit ba863f2

Browse files
chore(release): v1.0.1 [skip ci]
1 parent a45e525 commit ba863f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

air_drf_relation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with features like queryset optimization and preloading.
66
"""
77

8-
__version__ = '1.0.0'
8+
__version__ = '1.0.1'
99

1010
__title__ = 'air-drf-relation'
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "air-drf-relation"
8-
version = "1.0.0"
8+
version = "1.0.1"
99
description = "Enhanced Django REST Framework serializers with advanced relation handling, queryset optimization, and type safety"
1010
readme = "README.md"
1111
keywords = [

0 commit comments

Comments
 (0)