From d5e17bdeb0d3b9a8ad236c6cec7444b8848d3859 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Fri, 14 Nov 2025 13:21:51 +0000 Subject: [PATCH] bump version to 0.6.0 --- causalpy/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/causalpy/version.py b/causalpy/version.py index 3b4adab1..15db83cc 100644 --- a/causalpy/version.py +++ b/causalpy/version.py @@ -13,4 +13,4 @@ # limitations under the License. """CausalPy Version""" -__version__ = "0.5.0" +__version__ = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index c212f395..bedb3974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"] [project] name = "CausalPy" -version = "0.5.0" +version = "0.6.0" description = "Causal inference for quasi-experiments in Python" readme = "README.md" license = { file = "LICENSE" }