From 3e53c1a4003995181499ea78a9f2279c9642942a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 May 2024 17:18:38 +0000 Subject: [PATCH] Release v0.25.2 [skip ci] --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index bbf1928..ba70dd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" diff --git a/pyproject.toml b/pyproject.toml index 55b5b67..d4a31d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qcs-api-client" -version = "0.25.1" +version = "0.25.2" description = "A client library for accessing the Rigetti QCS API" license = "Apache-2.0" repository = "https://github.com/rigetti/qcs-api-client-python"