Skip to content

Commit 787a03e

Browse files
committed
release : v 0.1.1
1 parent fc61bd8 commit 787a03e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_crudrouter_mongodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"CRUDEmbed",
1919
]
2020

21-
__version__ = "0.1.0"
21+
__version__ = "0.1.1"
2222
__author__ = "Pierre DUVEAU"
2323
__credits__ = ["Pierre DUVEAU", "Adam Watkins"]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="fastapi-crudrouter-mongodb",
9-
version="0.1.0",
9+
version="0.1.1",
1010
author="Pierre DUVEAU",
1111
author_email="[email protected]",
1212
description="A dynamic FastAPI router that automatically creates CRUD routes for your mongodb models",

0 commit comments

Comments
 (0)