Skip to content

Commit 9746996

Browse files
authored
Merge pull request #314 from pymc-labs/bump-version-to-0.2.3
bump version to 0.2.3
2 parents 9fb2599 + 12f9ea9 commit 9746996

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

causalpy/version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""CausalPy Version"""
2-
__version__ = "0.2.2"
2+
3+
__version__ = "0.2.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"]
1313

1414
[project]
1515
name = "CausalPy"
16-
version = "0.2.2"
16+
version = "0.2.3"
1717
description = "Causal inference for quasi-experiments in Python"
1818
readme = "README.md"
1919
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)