From 5af642977fd66a4268608fbe2986e55160a88fe4 Mon Sep 17 00:00:00 2001 From: scarrazza Date: Sat, 2 Mar 2024 10:09:56 +0100 Subject: [PATCH] increasing version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ea161c9..e83d8bbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "qibojit" -version = "0.1.3" +version = "0.1.4" description = "Simulation tools based on numba and cupy." authors = ["The Qibo team"] license = "Apache License 2.0"