Skip to content

Commit a9308cb

Browse files
authored
Merge pull request #10 from JeschkeLab/main
Version 1.0.1 bug fix
2 parents 364d8f8 + c22bfd0 commit a9308cb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyEPR
22

3-
3+
![PyPI - Version](https://img.shields.io/pypi/v/pyEPR-ESR)
44
[![DOI](https://zenodo.org/badge/888368760.svg)](https://doi.org/10.5281/zenodo.17107010)
55

66

pyepr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# config = toml.load(f)
99
# __version__ = config["tool"]["poetry"]["version"]
1010

11-
__version__ = importlib.metadata.version('PyEPR')
11+
__version__ = importlib.metadata.version('pyEPR-ESR')
1212
__copyright__ = "2021-2025, Hugo Karas, Gunnar Jeschke, Stefan Stoll"
1313

1414
try:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyEPR-ESR"
3-
version = "1.0"
3+
version = "1.0.1"
44
description = ""
55
authors = ["Hugo Karas <hkaras@ethz.ch>", "Gunnar Jeschke <gjeschke@eth.ch>", "Stefan Stoll <stst@uw.edu>"]
66
readme = "README.md"
@@ -14,11 +14,11 @@ numpy = ">2.1"
1414
scipy = "^1.14.1"
1515
matplotlib = "^3.9.2"
1616
pyyaml = "^6.0.2"
17-
xarray = "^2025"
17+
xarray = ">=2025"
1818
h5netcdf = "^1.4.0"
1919
toml = "^0.10.2"
2020
deerlab = "^1.1.4"
21-
numba = ">0.60.0"
21+
numba = ">=0.60.0"
2222

2323

2424
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)