We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v1.1.0
1 parent 214817e commit 7222a29Copy full SHA for 7222a29
casefy/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.0"
+__version__ = "1.1.0"
2
3
from .casefy import (
4
alphanumcase,
pyproject.toml
@@ -24,6 +24,7 @@ keywords = [
24
"casing",
25
"casefy",
26
"case-converter",
27
+ "case-converter",
28
]
29
classifiers = [
30
"Development Status :: 5 - Production/Stable",
@@ -40,6 +41,7 @@ classifiers = [
40
41
"Programming Language :: Python :: 3.10",
42
"Programming Language :: Python :: 3.11",
43
"Programming Language :: Python :: 3.12",
44
+ "Programming Language :: Python :: 3.13",
45
46
47
[project.urls]
0 commit comments