Skip to content

Commit

Permalink
chore: set project version to alpha (pre-release) (#238)
Browse files Browse the repository at this point in the history
I'll push a git tag once this is merged
  • Loading branch information
aborgna-q authored Nov 13, 2023
1 parent d8a7bd5 commit 5d213b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5d213b7

Please sign in to comment.