Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ankaios_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
SUPPORTED_API_VERSION = "v1"
"(str): The supported API version of the Ankaios SDK."

ANKAIOS_VERSION = "0.8.0-pre"
ANKAIOS_VERSION = "1.0.0-rc1"
"(str): The version of the compatible Ankaios."

WORKLOADS_PREFIX = "desiredState.workloads"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = ankaios-sdk
version = 0.8.0-pre
ankaios_version = 0.8.0-pre
version = 1.0.0-rc1
ankaios_version = 1.0.0-rc1
author = Elektrobit Automotive GmbH and Ankaios contributors
license = Apache-2.0

Expand Down