There was an error while loading. Please reload this page.
1 parent 646d0fe commit 2161e60Copy full SHA for 2161e60
2 files changed
pyproject.toml
@@ -92,7 +92,7 @@ path = "tidydraws/__init__.py"
92
pattern = '__version__ = "(?P<version>[^"]+)"'
93
94
[tool.bumpver]
95
-current_version = "0.4.0"
+current_version = "0.4.1"
96
version_pattern = "MAJOR.MINOR.PATCH"
97
commit_message = "Bump version {old_version} -> {new_version}"
98
commit = true
tidydraws/__init__.py
@@ -20,7 +20,7 @@
20
21
"""tidydraws — A tidybayes-inspired data layer for declarative Bayesian visualisation in Python."""
22
23
-__version__ = "0.4.0"
+__version__ = "0.4.1"
24
from ._extract import parameter_draws as parameter_draws
25
from ._extract import prediction_draws as prediction_draws
26
from ._extract import compare_draws as compare_draws
0 commit comments