Skip to content

Commit

Permalink
Merge pull request #263 from pymc-labs/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
drbenvincent authored Oct 17, 2023
2 parents f56dd52 + db6ba7f commit 0ef986a
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
@@ -1,2 +1,2 @@
"""CausalPy Version"""
__version__ = "0.1.1"
__version__ = "0.1.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ exclude = ["causalpy.test*", "docs*"]

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

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

0 comments on commit 0ef986a

Please sign in to comment.