Skip to content

Commit

Permalink
update to dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed May 7, 2024
1 parent 1c0d6e3 commit b242bd2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bartiq"
version = "0.1.0"
version = "0.0.0"
description = "Symbolic Quantum Resource Estimation compilation"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down Expand Up @@ -33,9 +33,14 @@ mkdocs-jupyter = "^0.24.7"
mike = "^2.0.0"


[tool.poetry-dynamic-versioning]
enable = true
pattern = "default-unprefixed"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"


[tool.black]
Expand Down

0 comments on commit b242bd2

Please sign in to comment.