Skip to content

Commit 3be94e6

Browse files
authored
Merge pull request #204 from pymc-labs/version-bump
version bump
2 parents 62142d9 + acef88f commit 3be94e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

causalpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.12"
1+
__version__ = "0.0.13"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include-package-data = true
1313

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

0 commit comments

Comments
 (0)