From 6b7e67745d429e717576e561307c5410e51f96dc Mon Sep 17 00:00:00 2001 From: b-vanstraat Date: Fri, 5 Apr 2024 11:50:05 +0100 Subject: [PATCH] incrementing version --- .github/workflows/CI.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b15dc54..3a1bb8a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,7 +86,7 @@ jobs: path: dist macos13: - runs-on: macos-13 + runs-on: macos-14 strategy: matrix: python-version: [ '3.10', '3.11', '3.12' ] diff --git a/Cargo.toml b/Cargo.toml index 14310b0..1ede67a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qarray_rust_core" -version = "1.2.2" +version = "1.2.3" edition = "2021" [lib]