Skip to content

Commit 6c6b148

Browse files
committed
version bump to #0.0.12
1 parent b90e585 commit 6c6b148

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)