Skip to content

Commit

Permalink
moved to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daknuett committed Nov 8, 2022
1 parent 2ce09b2 commit cd3fca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('pyqcs', 'cpp', 'c', version:'3.0.0a')
project('pyqcs', 'cpp', 'c', version:'3.0.0')

add_global_arguments('-O3', language:'cpp')
#####################################################################################
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python=">=3.4"
readme="README.rst"
dependencies=['numpy']

version="3.0.0a"
version="3.0.0"

[project.urls]
repository="https://github.com/daknuett/pyqcs"
Expand All @@ -18,6 +18,3 @@ homepage="https://github.com/daknuett/pyqcs"
requires = ["meson", "toml", "numpy", "ninja", "meson-python"]
build-backend = 'mesonpy'

[tool.mesonpep517.metadata]
meson-python-option-name = "python3"
summary = "A quantum computing simulator."

0 comments on commit cd3fca4

Please sign in to comment.