From 78cb4500f7f3a696393eff122595d9736c30fdc8 Mon Sep 17 00:00:00 2001 From: Charles MOUSSA Date: Thu, 22 Aug 2024 09:50:38 +0200 Subject: [PATCH] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fec3a28..54c560c7 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.4.3" +version = "1.4.4" requires-python = ">=3.8,<3.13" license = { text = "Apache 2.0" } keywords = ["quantum"]