We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd72b0 commit de3a838Copy full SHA for de3a838
1 file changed
bumpver.toml
@@ -9,3 +9,6 @@ push = false
9
"Makefile" = ["PACKAGE_VERSION?={version}"]
10
"pyproject.toml" = ['version = "{version}"']
11
"koyeb/*.md" = ["Package version: {version}"]
12
+"koyeb/api/__init__.py" = ['__version__ = "{version}"']
13
+"koyeb/api/api_client.py" = ['OpenAPI-Generator/{version}']
14
+"koyeb/api/configuration.py" = ['SDK Package Version: {version}']
0 commit comments