Skip to content

Commit 9a4daf7

Browse files
authored
Merge pull request #339 from pymc-labs/version-bump
bump version to 0.3.0
2 parents 6ced6a9 + 8292977 commit 9a4daf7

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
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""CausalPy Version"""
1515

16-
__version__ = "0.2.3"
16+
__version__ = "0.3.0"

pyproject.toml

+1-1
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.3"
16+
version = "0.3.0"
1717
description = "Causal inference for quasi-experiments in Python"
1818
readme = "README.md"
1919
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)