From fc1d5da4b116defcba2321c672f5b0032578e22e Mon Sep 17 00:00:00 2001 From: John Dumbell Date: Fri, 4 Oct 2024 12:41:05 +0100 Subject: [PATCH] Update version to 0.1.7 --- src/rasqal/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rasqal/pyproject.toml b/src/rasqal/pyproject.toml index 18f2d03..908a1ca 100644 --- a/src/rasqal/pyproject.toml +++ b/src/rasqal/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rasqal" -version = "0.1.6" +version = "0.1.7" requires-python = ">=3.10" description = "A hybrid quantum-classical analysis/solving runtime." license = { file = "LICENSE" }