Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Dec 4, 2024
1 parent 79ea7a2 commit cda4fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
- name: Test with pytest
run: |
pip install .[testing]
mamba install cadet -c conda-forge
mamba install cadet>5.0.2 -c conda-forge
pytest tests --rootdir=tests -m "not slow and not local"
2 changes: 1 addition & 1 deletion cadet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = 'CADET-Python'

__version__ = "1.0.1"
__version__ = "1.0.2"

from .h5 import H5
from .cadet import Cadet

0 comments on commit cda4fcd

Please sign in to comment.