Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 4edfdab

Browse files
committed
Bump version
1 parent 24c0a87 commit 4edfdab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_restful/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .cbv_base import Api, Resource, set_responses, take_init_parameters
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"
44

55
__all__ = [
66
"Api",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "FastApi-RESTful"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Quicker FastApi developing tools"
55
license = "MIT"
66
authors = ["Yuval Levi"]

0 commit comments

Comments
 (0)