From 1d3b34d9010985bf7b475afe6a6b920c7b94f2fa Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Fri, 12 Jul 2024 17:10:58 +0100 Subject: [PATCH] Update version to alpha --- .release-please-manifest.json | 2 +- pyproject.toml | 4 ++-- tket2-py/CHANGELOG.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c63b383..e6e8ce7c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "tket2-py": "0.1.1" + "tket2-py": "0.1.0a3" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8a3a7861..f2ad8dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tket2-py" -version = "0.1.0a2" +version = "0.1.0a3" description = "pytket extension for the tket 2 compiler" classifiers = [ "Environment :: Console", @@ -68,7 +68,7 @@ authors = [ maintainers = [ { name = "TKET development team", email = "tket-support@quantinuum.com" }, ] -version = "0.1.0a2" +version = "0.1.0a3" description = "pytket extension for the tket 2 compiler" requires-python = ">=3.10" license = { file = "LICENCE" } diff --git a/tket2-py/CHANGELOG.md b/tket2-py/CHANGELOG.md index 34440c3b..c832def6 100644 --- a/tket2-py/CHANGELOG.md +++ b/tket2-py/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.1.1](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.1.1) (2024-07-12) +## [0.1.0a3](https://github.com/CQCL/tket2/compare/tket2-py-v0.1.0...tket2-py-v0.1.0a3) (2024-07-12) ### Documentation