Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Oct 7, 2024
1 parent d24ddc0 commit d09ab3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion color_operations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .operations import gamma, parse_operations, saturation, sigmoidal
from .utils import magick_to_operations, scale_dtype, to_math_type

__version__ = "0.1.5"
__version__ = "0.1.6"


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ max-complexity = 14


[tool.bumpversion]
current_version = "0.1.5"
current_version = "0.1.6"
search = "{current_version}"
replace = "{new_version}"
regex = false
Expand Down

0 comments on commit d09ab3a

Please sign in to comment.