From 790ae19e36400678182f746d5283cb470187a080 Mon Sep 17 00:00:00 2001 From: Gerhard Stenzel Date: Sat, 26 Oct 2024 22:45:10 +0200 Subject: [PATCH] Update version to 0.1.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8713d5b..6703082 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qandle" -version = "0.0.13" +version = "0.1.0" description = "QANDLE is a fast and simple quantum state-vector simulator for hybrid machine learning using the PyTorch library." authors = ["Gerhard Stenzel "] license = "MIT"