Skip to content

Commit

Permalink
Merge pull request #339 from pymc-labs/version-bump
Browse files Browse the repository at this point in the history
bump version to 0.3.0
  • Loading branch information
drbenvincent committed May 8, 2024
2 parents 6ced6a9 + 8292977 commit 9a4daf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.3"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion 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.2.3"
version = "0.3.0"
description = "Causal inference for quasi-experiments in Python"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 9a4daf7

Please sign in to comment.