Skip to content

Commit b210198

Browse files
committed
Bump version 0.4.1 -> 0.4.2
1 parent af572a7 commit b210198

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ path = "tidydraws/__init__.py"
9292
pattern = '__version__ = "(?P<version>[^"]+)"'
9393

9494
[tool.bumpver]
95-
current_version = "0.4.1"
95+
current_version = "0.4.2"
9696
version_pattern = "MAJOR.MINOR.PATCH"
9797
commit_message = "Bump version {old_version} -> {new_version}"
9898
commit = true

tidydraws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
"""tidydraws — A tidybayes-inspired data layer for declarative Bayesian visualisation in Python."""
2222

23-
__version__ = "0.4.1"
23+
__version__ = "0.4.2"
2424
from ._extract import parameter_draws as parameter_draws
2525
from ._extract import prediction_draws as prediction_draws
2626
from ._extract import compare_draws as compare_draws

0 commit comments

Comments
 (0)