1 parent 0357d80 commit 270de1fCopy full SHA for 270de1f
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.6.0
+current_version = 2.6.1
3
tag_name = {new_version}
4
commit = True
5
tag = True
normality/__init__.py
@@ -18,7 +18,7 @@
18
from normality.slugify import slugify
19
from normality.util import Categories, Encoding
20
21
-__version__ = "2.6.0"
+__version__ = "2.6.1"
22
__all__ = [
23
"collapse_spaces",
24
"category_replace",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "normality"
7
-version = "2.6.0"
+version = "2.6.1"
8
authors = [{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" }]
9
license = { file = "LICENSE" }
10
description = "Micro-library to normalize text strings"
0 commit comments