Skip to content

Commit

Permalink
feat: breaking changes due to essential bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrk authored Apr 22, 2024
1 parent fb248f6 commit 068c92a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ seaborn = "^0.13.2"
matplotlib = "^3.8.4"
sdeint = "^0.3.0"

[[tool.poetry.packages]]
include = "pyPTE/**/*"

[tool.pytest.ini_options]
pythonpath = ["."]

Expand All @@ -61,7 +64,7 @@ ignore_missing_imports = true

[tool.semantic_release]
version_variable = [
"src_folder/__init__.py:__version__",
"pyPTE/__init__.py:__version__",
"pyproject.toml:version"
]
upload_to_pypi = "false"
Expand Down

0 comments on commit 068c92a

Please sign in to comment.