We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bde3f8 commit 29333c9Copy full SHA for 29333c9
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.2
+current_version = 3.1.0
3
tag_name = {new_version}
4
commit = True
5
tag = True
normality/__init__.py
@@ -19,7 +19,7 @@
19
from normality.slugify import slugify, slugify_text
20
from normality.util import Categories, Encoding
21
22
-__version__ = "3.0.2"
+__version__ = "3.1.0"
23
__all__ = [
24
"collapse_spaces",
25
"squash_spaces",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "normality"
7
-version = "3.0.2"
+version = "3.1.0"
8
authors = [{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" }]
9
license = { file = "LICENSE" }
10
description = "Micro-library to normalize text strings"
0 commit comments