Skip to content

Commit 29333c9

Browse files
committed
Bump version: 3.0.2 → 3.1.0
1 parent 9bde3f8 commit 29333c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 3.0.2
2+
current_version = 3.1.0
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
@@ -19,7 +19,7 @@
1919
from normality.slugify import slugify, slugify_text
2020
from normality.util import Categories, Encoding
2121

22-
__version__ = "3.0.2"
22+
__version__ = "3.1.0"
2323
__all__ = [
2424
"collapse_spaces",
2525
"squash_spaces",

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 = "3.0.2"
7+
version = "3.1.0"
88
authors = [{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" }]
99
license = { file = "LICENSE" }
1010
description = "Micro-library to normalize text strings"

0 commit comments

Comments
 (0)