Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Sep 27, 2024
1 parent e31a5aa commit 2ff221e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - (2024-09-27)
* Fixed path to default characterization functions

## [1.0.2] - (2024-09-19)
* Fixed paths for data files

Expand Down
2 changes: 1 addition & 1 deletion dynamic_characterization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Add functions and variables you want exposed in `dynamic_characterization.` namespace here
)

__version__ = "1.0.2"
__version__ = "1.0.3"

from . import ipcc_ar6, original_temporalis_functions
from .dynamic_characterization import (
Expand Down

0 comments on commit 2ff221e

Please sign in to comment.