From ce8e4d4445516dc7893c986801a4f3a41c5a40ba Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Tue, 17 Oct 2023 12:02:02 +0100 Subject: [PATCH 1/2] bump version number --- 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 0744316f..b7bc1e0d 100644 --- a/causalpy/version.py +++ b/causalpy/version.py @@ -1,2 +1,2 @@ """CausalPy Version""" -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index af03d6ec..796078ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"] [project] name = "CausalPy" -version = "0.1.1" +version = "0.1.2" description = "Causal inference for quasi-experiments in Python" readme = "README.md" license = { file = "LICENSE" } From db6ba7f3777b07d91a7da77a35d38d1fe43bdf92 Mon Sep 17 00:00:00 2001 From: "Benjamin T. Vincent" Date: Tue, 17 Oct 2023 12:02:31 +0100 Subject: [PATCH 2/2] update email address --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 796078ad..e187f3da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ version = "0.1.2" description = "Causal inference for quasi-experiments in Python" readme = "README.md" license = { file = "LICENSE" } -authors = [{ name = "Ben Vincent", email = "ben.vincent@pymc-labs.io" }] +authors = [{ name = "Ben Vincent", email = "ben.vincent@pymc-labs.com" }] requires-python = ">=3.8" # This field lists other packages that your project depends on to run.