From d09684d546d00fe41fd79b2e80cdb2cd456265e7 Mon Sep 17 00:00:00 2001 From: krucod3 <36224699+krucod3@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:17:42 +0100 Subject: [PATCH] Bump to v1.0.0-rc1 --- ankaios_sdk/utils.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ankaios_sdk/utils.py b/ankaios_sdk/utils.py index ca20c6a..0db9b7c 100644 --- a/ankaios_sdk/utils.py +++ b/ankaios_sdk/utils.py @@ -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" diff --git a/setup.cfg b/setup.cfg index c6c2c57..faa2a29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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