We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b855e commit 3fcb268Copy full SHA for 3fcb268
pyproject.toml
@@ -11,7 +11,7 @@ py-modules = ['causalpy', 'causalpy.data']
11
12
[project]
13
name = "CausalPy"
14
-dynamic = ["version"]
+version = "0.0.9"
15
description = "Causal inference for quasi-experiments in Python"
16
readme = "README.md"
17
license = {file = "LICENSE"}
@@ -39,10 +39,6 @@ dependencies = [
39
"xarray>=v2022.11.0",
40
]
41
42
-# get the version from causalpy.__version__
43
-[tool.setuptools.dynamic]
44
-version = {attr = "causalpy.__version__"}
45
-
46
# List additional groups of dependencies here (e.g. development dependencies). Users
47
# will be able to install these using the "extras" syntax, for example:
48
#
0 commit comments