Skip to content

Commit 270de1f

Browse files
committed
Bump version: 2.6.0 → 2.6.1
1 parent 0357d80 commit 270de1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.0
2+
current_version = 2.6.1
33
tag_name = {new_version}
44
commit = True
55
tag = True

normality/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from normality.slugify import slugify
1919
from normality.util import Categories, Encoding
2020

21-
__version__ = "2.6.0"
21+
__version__ = "2.6.1"
2222
__all__ = [
2323
"collapse_spaces",
2424
"category_replace",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "normality"
7-
version = "2.6.0"
7+
version = "2.6.1"
88
authors = [{ name = "Friedrich Lindenberg", email = "[email protected]" }]
99
license = { file = "LICENSE" }
1010
description = "Micro-library to normalize text strings"

0 commit comments

Comments
 (0)