Skip to content

Commit 76d5a67

Browse files
authored
Merge pull request #196 from pymc-labs/version-bump-2
version bump to #0.0.12
2 parents b90e585 + 6c6b148 commit 76d5a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

causalpy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.10b"
1+
__version__ = "0.0.12"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = ['causalpy', 'causalpy.data']
1111

1212
[project]
1313
name = "CausalPy"
14-
version = "0.0.11"
14+
version = "0.0.12"
1515
description = "Causal inference for quasi-experiments in Python"
1616
readme = "README.md"
1717
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)