Skip to content

Commit

Permalink
feat: Version bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edeustua committed Jan 22, 2025
1 parent 2fe067e commit 8a8ba01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'ccpy',
'c', 'fortran',
version: '0.0.4',
version: '0.0.5',
license: 'GPL-3',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires = [

[project]
name = "coupled-cluster-py"
version = "0.0.4"
version = "0.0.5"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
# at that point, no longer include them in `py3.install_sources()`
license = { file = "COPYING" }
Expand Down Expand Up @@ -74,7 +74,7 @@ markers = ["short: marks tests as short (deselect with '-m \"not short\"')"]

[tool.cibuildwheel]
#skip = "cp36-* cp37-* cp38-* pp* *_ppc64le *_i686 *_s390x"
build = "cp311-manylinux_x86_64 cp312-manylinux_x86_64"
build = "cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64"
build-verbosity = 3
# gmpy2 and scikit-umfpack are usually added for testing. However, there are
# currently wheels missing that make the test script fail.
Expand Down

0 comments on commit 8a8ba01

Please sign in to comment.