diff --git a/VERSION b/VERSION index 1750564..5a5831a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6 +0.0.7 diff --git a/pyproject.toml b/pyproject.toml index 6f131fa..b52717b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ { name = 'Edgar Wolf', email = 'edgar.wolf@hs-kempten.de' }, ] description = 'Python tool to analyse process drifts' -dynamic = ['version', 'readme'] +dynamic = ['version'] readme = "README.md" dependencies = [ "jaxlib", @@ -39,7 +39,6 @@ include = ['driftbench*'] [tool.setuptools.dynamic] version = { file = 'VERSION' } -readme = { file = 'README' } [tool.ruff]