Skip to content

Commit cf16a6f

Browse files
committed
chore: bump version; 1.0.2 -> 1.0.3
1 parent 4b6721a commit cf16a6f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ readme = 'README.md'
4545
name = 'fastapi-csrf-protect'
4646
repository = 'https://github.com/aekasitt/fastapi-csrf-protect'
4747
requires-python = '>=3.9'
48-
version = '1.0.2'
48+
version = '1.0.3'
4949

5050

5151
[project.optional-dependencies]

src/fastapi_csrf_protect/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# Copyright (C) 2020-2025 All rights reserved.
33
# FILENAME: ~~/src/fastapi_csrf_protect/__init__.py
4-
# VERSION: 1.0.2
4+
# VERSION: 1.0.3
55
# CREATED: 2020-11-25 14:35
66
# AUTHOR: Sitt Guruvanich <[email protected]>
77
# DESCRIPTION: https://www.w3docs.com/snippets/python/what-is-init-py-for.html
@@ -21,4 +21,4 @@
2121
__all__: Tuple[str, ...] = ("CsrfProtect",)
2222
__name__ = "fastapi-csrf-protect"
2323
__package__ = "fastapi-csrf-protect"
24-
__version__ = "1.0.2"
24+
__version__ = "1.0.3"

src/fastapi_csrf_protect/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# Copyright (C) 2020-2025 All rights reserved.
33
# FILENAME: ~~/src/fastapi_csrf_protect/core.py
4-
# VERSION: 1.0.2
4+
# VERSION: 1.0.3
55
# CREATED: 2020-11-25 14:35
66
# AUTHOR: Sitt Guruvanich <[email protected]>
77
# DESCRIPTION:

src/fastapi_csrf_protect/csrf_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# Copyright (C) 2020-2025 All rights reserved.
33
# FILENAME: ~~/src/fastapi_csrf_protect/csrf_config.py
4-
# VERSION: 1.0.2
4+
# VERSION: 1.0.3
55
# CREATED: 2020-11-25 14:35
66
# AUTHOR: Sitt Guruvanich <[email protected]>
77
# DESCRIPTION:

src/fastapi_csrf_protect/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# Copyright (C) 2020-2025 All rights reserved.
33
# FILENAME: ~~/src/fastapi_csrf_protect/exceptions.py
4-
# VERSION: 1.0.2
4+
# VERSION: 1.0.3
55
# CREATED: 2020-11-25 14:35
66
# AUTHOR: Sitt Guruvanich <[email protected]>
77
# DESCRIPTION:

src/fastapi_csrf_protect/load_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# Copyright (C) 2020-2025 All rights reserved.
33
# FILENAME: ~~/src/fastapi_csrf_protect/load_config.py
4-
# VERSION: 1.0.2
4+
# VERSION: 1.0.3
55
# CREATED: 2020-11-25 14:35
66
# AUTHOR: Sitt Guruvanich <[email protected]>
77
# DESCRIPTION:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)