From 1d173bdea0aae94e28a11c8e135e17f67bc695da Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Mon, 13 Nov 2023 16:01:01 +0000 Subject: [PATCH] chore: set project version to alpha (pre-release) --- Cargo.toml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bcf39ea..936b13d1 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