File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99# Add the project root to the path for autodoc
1010sys .path .insert (0 , os .path .abspath (".." ))
1111
12+ import diff_diff
13+
1214# -- Project information -----------------------------------------------------
1315project = "diff-diff"
1416copyright = "2026, diff-diff contributors"
1517author = "diff-diff contributors"
16- release = "0.6.0"
18+ release = diff_diff . __version__
1719
1820# -- General configuration ---------------------------------------------------
1921extensions = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " diff-diff"
7- version = " 1.0.0 "
7+ version = " 1.0.2 "
88description = " A library for Difference-in-Differences causal inference analysis"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments