From ca99393786c2e7d49dc093e3bd19ce41003526d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Dao?= <100034085+timmintam@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:54:51 +0200 Subject: [PATCH] Release 0.1.2 (#95) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a79728..e2f77f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "povm_toolbox" -version = "0.1.1" +version = "0.1.2" readme = "README.md" description = "A toolbox for the implementation of positive operator-valued measures (POVMs)." license = {file = "LICENSE.txt"}