Skip to content

Commit 2bbcf76

Browse files
authored
Merge pull request #194 from pymc-labs/fixes
Fix + version bump to 0.0.10
2 parents 98fc0b7 + 0ce9673 commit 2bbcf76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ changelog:
1919
labels:
2020
- bug
2121
- title: Documentation 📖
22+
labels:
2223
- documentation
2324
- title: Maintenance 🔧
2425
labels:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = ['causalpy', 'causalpy.data']
1111

1212
[project]
1313
name = "CausalPy"
14-
version = "0.0.10b"
14+
version = "0.0.10"
1515
description = "Causal inference for quasi-experiments in Python"
1616
readme = "README.md"
1717
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)