Skip to content

Commit babaa46

Browse files
committed
bump version to 0.0.10b
1 parent 91005ab commit babaa46

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.10a"
1+
__version__ = "0.0.10b"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.10"
14+
version = "0.0.10b"
1515
description = "Causal inference for quasi-experiments in Python"
1616
readme = "README.md"
1717
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)