From 054dda6f8c96fc368fb632a88136ea0e77529260 Mon Sep 17 00:00:00 2001 From: Lorow Date: Sun, 14 Dec 2025 22:02:32 +0100 Subject: [PATCH] bump version to 0.2.1rc0 --- pyproject.toml | 4 ++-- sdkconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e145e2..8c68771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "blink" -version = "0.2.0rc0" +version = "0.2.1rc0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" @@ -16,7 +16,7 @@ dev = [ ] [bumpver] -current_version = "0.2.0rc0" +current_version = "0.2.1rc0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit = true tag = true diff --git a/sdkconfig b/sdkconfig index 8a934eb..1ee1e52 100644 --- a/sdkconfig +++ b/sdkconfig @@ -575,7 +575,7 @@ CONFIG_GENERAL_INCLUDE_UVC_MODE=y CONFIG_GENERAL_STARTUP_DELAY=20 CONFIG_GENERAL_ENABLE_WIRELESS=y CONFIG_GENERAL_BOARD="project_babble" -CONFIG_GENERAL_VERSION="0.2.0rc0" +CONFIG_GENERAL_VERSION="0.2.1rc0" CONFIG_GENERAL_ADVERTISED_NAME="openiristracker" # end of OpenIris: General Configuration