Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Nov 21, 2024
1 parent b8136db commit 9106c81
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,13 @@ replace = 'version = "{new_version}"'
[[tool.bumpversion.files]]
filename = "xretrieval/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'
replace = '__version__ = "{new_version}"'

[tool.hatch.build]
include = [
"xretrieval/**/*.py",
]
exclude = [
"tests/*",
"nbs/*",
]

0 comments on commit 9106c81

Please sign in to comment.