Skip to content

Commit ad471d2

Browse files
committed
Fix hatchling version parser issue
1 parent b959a29 commit ad471d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users_db_dynamodb/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from enum import StrEnum
22
from typing import Any, Literal, TypedDict
33

4-
__version__: str = "1.0.0"
4+
__version__ = "1.0.0"
55

66

77
# Right now, only ON-DEMAND mode is supported!

0 commit comments

Comments
 (0)