Skip to content

Commit

Permalink
Bump version: 2.5.0 → 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 9, 2025
1 parent 874e8bf commit 56616f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.5.0
current_version = 2.6.0
tag_name = {new_version}
commit = True
tag = True
Expand All @@ -10,4 +10,4 @@ replace = __version__ = "{new_version}"

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion normality/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from normality.slugify import slugify
from normality.util import Categories, Encoding

__version__ = "2.5.0"
__version__ = "2.6.0"
__all__ = [
"collapse_spaces",
"category_replace",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "normality"
version = "2.5.0"
version = "2.6.0"
authors = [{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" }]
license = { file = "LICENSE" }
description = "Micro-library to normalize text strings"
Expand Down

0 comments on commit 56616f0

Please sign in to comment.