From 82929775f5e0e28f43a68ace1b03bd5e2a00af13 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Wed, 8 May 2024 10:47:23 +0100 Subject: [PATCH] bump version to 0.3.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 02c4c58e..0bfdb7a6 100644 --- a/causalpy/version.py +++ b/causalpy/version.py @@ -13,4 +13,4 @@ # limitations under the License. """CausalPy Version""" -__version__ = "0.2.3" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 825b35cb..ca9c95e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"] [project] name = "CausalPy" -version = "0.2.3" +version = "0.3.0" description = "Causal inference for quasi-experiments in Python" readme = "README.md" license = { file = "LICENSE" }