Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Bell committed Mar 10, 2024
1 parent a7f8c66 commit 5163666
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog History
=================

xskillscore v0.0.26 (2024-03-10)
--------------------------------

Internal Changes
~~~~~~~~~~~~~~~~
- Fix build `Ray Bell`_.


xskillscore v0.0.25 (2024-03-10)
--------------------------------

Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "xskillscore"
version = "0.0.25"
version = "0.0.26"
dependencies = [
"dask[array]",
"numpy",
Expand Down Expand Up @@ -74,6 +74,9 @@ documentation = "https://xskillscore.readthedocs.io/en/stable/"
[tool.setuptools]
packages = ["xskillscore"]

[tool.setuptools_scm]
fallback_version = "9999"

[tool.setuptools.dynamic]
readme = {file = ["README.rst"], content-type = "text/markdown"}

Expand Down
2 changes: 1 addition & 1 deletion xskillscore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
from xskillscore.core.stattests import multipletests
from xskillscore.versioning.print_versions import show_versions

__version__ = "0.0.25"
__version__ = "0.0.26"

0 comments on commit 5163666

Please sign in to comment.