We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v1.0.0
1 parent 4167d33 commit b7daafaCopy full SHA for b7daafa
2 files changed
casefy/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.7"
+__version__ = "1.0.0"
2
3
from .casefy import (
4
camelcase,
pyproject.toml
@@ -38,6 +38,8 @@ classifiers = [
38
"Programming Language :: Python :: 3.8",
39
"Programming Language :: Python :: 3.9",
40
"Programming Language :: Python :: 3.10",
41
+ "Programming Language :: Python :: 3.11",
42
+ "Programming Language :: Python :: 3.12",
43
]
44
45
[project.urls]
0 commit comments