GetVersionAppService
GetVersionAppService
Bases: ServiceInterface
Get version app.
Source code in myalias/core/services/get_version_app_service.py
5 6 7 8 9 10 11 12 13 14 15 16 |
|
execute()
Get version of project in pyproject.toml.
Returns:
Name | Type | Description |
---|---|---|
str |
Version of project. |
Source code in myalias/core/services/get_version_app_service.py
8 9 10 11 12 13 14 15 16 |
|