Skip to content

Commit

Permalink
fix data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Sep 19, 2024
1 parent 6aaa5aa commit fc7cb6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.2] - (2024-09-19)
* Fixed paths for data files

## [1.0.1] - (2024-09-19)
* Fixed packaging issue

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.1"
__version__ = "1.0.2"

from . import ipcc_ar6, original_temporalis_functions
from .dynamic_characterization import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dev = [
license-files = ["LICENSE"]
package-dir = { "" = "."}
include-package-data = true
package-data = {dynamic_characterization = ["timex/data/*.json", "timex/data/*.csv"]}
package-data = {dynamic_characterization = ["ipcc_ar6/data/*.json", "ipcc_ar6/data/*.csv"]}
packages = [
"dynamic_characterization",
"dynamic_characterization.original_temporalis_functions",
Expand Down

0 comments on commit fc7cb6a

Please sign in to comment.