From 104f4e392657adeb35e026be39f72b62db92cb74 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Thu, 9 Nov 2023 10:29:19 +0000 Subject: [PATCH] version bump to 0.2.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 b7bc1e0d..27953a57 100644 --- a/causalpy/version.py +++ b/causalpy/version.py @@ -1,2 +1,2 @@ """CausalPy Version""" -__version__ = "0.1.2" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index a85554f5..ab267e76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"] [project] name = "CausalPy" -version = "0.1.2" +version = "0.2.0" description = "Causal inference for quasi-experiments in Python" readme = "README.md" license = { file = "LICENSE" }