Skip to content

Commit ccff610

Browse files
authored
Merge pull request #52 from igerber/claude/prepare-v1.3-release-Np8dK
Prepare codebase for v1.3 release
2 parents ec749f5 + 5e78fb2 commit ccff610

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

diff_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
plot_sensitivity,
104104
)
105105

106-
__version__ = "1.2.1"
106+
__version__ = "1.3.1"
107107
__all__ = [
108108
# Estimators
109109
"DifferenceInDifferences",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "diff-diff"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "A library for Difference-in-Differences causal inference analysis"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)