From debdd5015b53992d95dd02b0f59b27f9dbf18389 Mon Sep 17 00:00:00 2001 From: Charles MOUSSA Date: Thu, 31 Oct 2024 17:10:16 +0100 Subject: [PATCH] bump version to 1.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e7c2f37..1657d049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "pyqtorch" description = "An efficient, large-scale emulator designed for quantum machine learning, seamlessly integrated with a PyTorch backend. Please refer to https://pyqtorch.readthedocs.io/en/latest/ for setup and usage info, along with the full documentation." readme = "README.md" -version = "1.5.0" +version = "1.5.1" requires-python = ">=3.8,<3.13" license = { text = "Apache 2.0" } keywords = ["quantum"]