From 5d213b754360207f615bc639a994af1e5b26dd20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:06:31 +0100 Subject: [PATCH] chore: set project version to alpha (pre-release) (#238) I'll push a git tag once this is merged --- Cargo.toml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 537573dd..5a0ea0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = ["tket2", "tket2-py", "compile-rewriter", "badger-optimiser"] default-members = ["tket2"] [workspace.package] -version = "0.1.0" +version = "0.0.0-alpha.1" rust-version = "1.70" edition = "2021" homepage = "https://github.com/CQCL/tket2" diff --git a/pyproject.toml b/pyproject.toml index 09ae849c..2f4bf5c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tket2-py" -version = "0.1.0" +version = "0.0.0-alpha.1" description = "pytket extension for the tket 2 compiler" classifiers = [] # TODO authors = [] # TODO @@ -27,7 +27,7 @@ build-backend = "maturin" [project] name = "tket2" -version = "0.1.0" +version = "0.0.0-alpha.1" description = "pytket extension for the tket 2 compiler" authors = [] # TODO classifiers = [] # TODO