Skip to content

Commit

Permalink
Merge pull request #363 from pymc-labs/version-bump
Browse files Browse the repository at this point in the history
bump to version 0.3.1
  • Loading branch information
drbenvincent authored Jun 20, 2024
2 parents 9330a9c + f5d0aca commit e90bab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion causalpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""CausalPy Version"""

__version__ = "0.3.0"
__version__ = "0.3.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = ["causalpy.test*", "docs*"]

[project]
name = "CausalPy"
version = "0.3.0"
version = "0.3.1"
description = "Causal inference for quasi-experiments in Python"
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -39,7 +39,7 @@ dependencies = [
"scipy",
"seaborn>=0.11.2",
"statsmodels",
"xarray>=v2022.11.0"
"xarray>=v2022.11.0",
]

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

0 comments on commit e90bab9

Please sign in to comment.