From a677597d58b69e4492ec73d432851f5d9a4ce727 Mon Sep 17 00:00:00 2001 From: Marco Edoardo Santimaria Date: Mon, 22 Jun 2026 11:39:07 +0200 Subject: [PATCH] Release V0.0.2 --- .github/workflows/release.yml | 1 + CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79b77ef..abe9349 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,6 +125,7 @@ jobs: build-docs: name: Build documentation + needs: [check-tag-existance] runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fde628..8882547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) project(PyCAPIO LANGUAGES CXX DESCRIPTION "Native integration of the CAPIO methodology within the python interpreter" - VERSION 0.0.1 + VERSION 0.0.2 ) include(FetchContent)