From d05ab5c8e7a7e1be371e8892817cb9481b0cf4ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:37:18 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](https://github.com/hadialqattan/pycln/compare/v2.3.0...v2.4.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7523d57..00e6243 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: remove-print-statements args: ['--verbose'] - repo: https://github.com/hadialqattan/pycln - rev: v2.3.0 + rev: v2.4.0 hooks: - id: pycln args: From 169b4027835b64003ab7a80319cba7212c963e49 Mon Sep 17 00:00:00 2001 From: Rodolfo Carobene Date: Mon, 20 Nov 2023 22:53:59 +0100 Subject: [PATCH 2/2] increase version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8333ae..748e964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qibosoq" -version = "0.1.0" +version = "0.1.1" description = "QIBO Server On Qick (qibosoq) is the server component of qibolab to be run on RFSoC boards" authors = [ "Rodolfo Carobene ",