Skip to content

Commit 33209e2

Browse files
authored
Merge branch 'main' into issue_155_dynamic_version
2 parents 628db3b + 133b987 commit 33209e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ Here are some general resources about causal inference:
198198

199199
<img src="docs/source/_static/pymc-labs-log.png" align="right" width="50%" />
200200

201-
This repository is supported by [PyMC Labs](https://www.pymc-labs.io).
201+
This repository is supported by [PyMC Labs](https://www.pymc-labs.com).
202202

203-
If you are interested in seeing what PyMC Labs can do for you, then please email [ben.vincent@pymc-labs.io](mailto:ben.vincent@pymc-labs.io). We work with companies at a variety of scales and with varying levels of existing modeling capacity. We also run corporate workshop training events and can provide sessions ranging from introduction to Bayes to more advanced topics.
203+
If you are interested in seeing what PyMC Labs can do for you, then please email [ben.vincent@pymc-labs.com](mailto:ben.vincent@pymc-labs.com). We work with companies at a variety of scales and with varying levels of existing modeling capacity. We also run corporate workshop training events and can provide sessions ranging from introduction to Bayes to more advanced topics.

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.0"
2+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ignore-nested-functions = false
120120
ignore-nested-classes = true
121121
ignore-setters = false
122122
fail-under = 85
123-
exclude = ["setup.py", "docs", "build"]
123+
exclude = ["setup.py", "docs", "build", "dist"]
124124
ignore-regex = ["^get$", "^mock_.*", ".*BaseClass.*"]
125125
# possible values: 0 (minimal output), 1 (-v), 2 (-vv)
126126
verbose = 1

0 commit comments

Comments
 (0)