From e5bd908c1a7c73fd204567723760dfc561cf8942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:33:36 +0100 Subject: [PATCH] update the version in pyproject --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e37077c..99052adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tket2-py" -version = "0.2.0" +version = "0.2.1" description = "Quantinuum's TKET2 Quantum Compiler" classifiers = [ "Environment :: Console", @@ -69,7 +69,7 @@ authors = [ maintainers = [ { name = "TKET development team", email = "tket-support@quantinuum.com" }, ] -version = "0.2.0" +version = "0.2.1" description = "Quantinuum's TKET2 Quantum Compiler" requires-python = ">=3.10" license = { file = "LICENCE" }