We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec749f5 + 5e78fb2 commit ccff610Copy full SHA for ccff610
2 files changed
diff_diff/__init__.py
@@ -103,7 +103,7 @@
103
plot_sensitivity,
104
)
105
106
-__version__ = "1.2.1"
+__version__ = "1.3.1"
107
__all__ = [
108
# Estimators
109
"DifferenceInDifferences",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "diff-diff"
7
-version = "1.3.0"
+version = "1.3.1"
8
description = "A library for Difference-in-Differences causal inference analysis"
9
readme = "README.md"
10
license = "MIT"
0 commit comments