Skip to content

Commit

Permalink
REL: set version to 1.6.0, build against numpy>=2.0.0rc1 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 1, 2024
1 parent d22e731 commit 2290fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
@@ -1,7 +1,7 @@
project(
'PyWavelets',
'c', 'cython',
version: '1.6.0rc1',
version: '1.6.0',
license: 'MIT',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -19,12 +19,12 @@ requires = [
# Note that building against numpy 1.x works fine too - users and
# redistributors can do this by installing the numpy version they like and
# disabling build isolation.
"numpy>=2.0.0b1,<2.3",
"numpy>=2.0.0rc1,<2.3",
]

[project]
name = "PyWavelets"
version = "1.6.0rc1"
version = "1.6.0"
# 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 = "LICENSE"}
Expand Down

0 comments on commit 2290fe1

Please sign in to comment.