Skip to content

Commit

Permalink
update group name
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqingsong committed Oct 7, 2023
1 parent 3ba92d8 commit 815ff36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi_hive/ioc_framework/router_mounter/implement.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _collect_router(self) -> APIRouter:
'''
api_router.include_router(
module_router,
tags=[f"{package_name}"],
tags=[f"{package_name}.{one_module}"],
prefix=prefix)

return api_router
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='fastapi_hive',
version='1.0.8',
version='1.0.9',
description='framework for FastAPI modules management',
long_description_content_type='text/markdown',
long_description=long_description,
Expand Down

0 comments on commit 815ff36

Please sign in to comment.