Skip to content

Commit 7222a29

Browse files
committed
Bump version to v1.1.0
1 parent 214817e commit 7222a29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

casefy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"
22

33
from .casefy import (
44
alphanumcase,

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ keywords = [
2424
"casing",
2525
"casefy",
2626
"case-converter",
27+
"case-converter",
2728
]
2829
classifiers = [
2930
"Development Status :: 5 - Production/Stable",
@@ -40,6 +41,7 @@ classifiers = [
4041
"Programming Language :: Python :: 3.10",
4142
"Programming Language :: Python :: 3.11",
4243
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: 3.13",
4345
]
4446

4547
[project.urls]

0 commit comments

Comments
 (0)