Skip to content

Commit 0ef986a

Browse files
authored
Merge pull request #263 from pymc-labs/version-bump
Version bump
2 parents f56dd52 + db6ba7f commit 0ef986a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

causalpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""CausalPy Version"""
2-
__version__ = "0.1.1"
2+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ exclude = ["causalpy.test*", "docs*"]
1313

1414
[project]
1515
name = "CausalPy"
16-
version = "0.1.1"
16+
version = "0.1.2"
1717
description = "Causal inference for quasi-experiments in Python"
1818
readme = "README.md"
1919
license = { file = "LICENSE" }
20-
authors = [{ name = "Ben Vincent", email = "ben.vincent@pymc-labs.io" }]
20+
authors = [{ name = "Ben Vincent", email = "ben.vincent@pymc-labs.com" }]
2121
requires-python = ">=3.8"
2222

2323
# This field lists other packages that your project depends on to run.

0 commit comments

Comments
 (0)