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" }