Skip to content

Commit

Permalink
bump version v23.0-beta -> v23.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
radlfabs committed Nov 20, 2023
1 parent 6103f1c commit 7aa8fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flexcv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .model_mapping import ModelMappingDict, ModelConfigDict
from .repeated import RepeatedCV

__version__ = "v23.0-beta"
__version__ = "v23.0.1-beta"

__all__ = [
"CrossValidation",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "flexcv"
version = "v23.0-beta"
version = "v23.0.1-beta"
description = "Easy and flexible nested cross validation for tabular data in python."
readme = "README.md"

Expand Down Expand Up @@ -107,7 +107,7 @@ addopts = ["-rf", "--import-mode=importlib"]
filterwarnings = ["ignore:jsonschema.RefResolver is deprecated:DeprecationWarning"]

[tool.bumpver]
current_version = "v23.0-beta"
current_version = "v23.0.1-beta"
version_pattern = 'vYY.MINOR[.PATCH][-TAG]'
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 7aa8fb8

Please sign in to comment.