Skip to content

Commit e90bab9

Browse files
authored
Merge pull request #363 from pymc-labs/version-bump
bump to version 0.3.1
2 parents 9330a9c + f5d0aca commit e90bab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

causalpy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""CausalPy Version"""
1515

16-
__version__ = "0.3.0"
16+
__version__ = "0.3.1"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"]
1313

1414
[project]
1515
name = "CausalPy"
16-
version = "0.3.0"
16+
version = "0.3.1"
1717
description = "Causal inference for quasi-experiments in Python"
1818
readme = "README.md"
1919
license = { file = "LICENSE" }
@@ -39,7 +39,7 @@ dependencies = [
3939
"scipy",
4040
"seaborn>=0.11.2",
4141
"statsmodels",
42-
"xarray>=v2022.11.0"
42+
"xarray>=v2022.11.0",
4343
]
4444

4545
# List additional groups of dependencies here (e.g. development dependencies). Users

0 commit comments

Comments
 (0)