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.
1 parent 42acc72 commit af81e59Copy full SHA for af81e59
pyproject.toml
@@ -35,6 +35,8 @@ classifiers=[
35
'Programming Language :: Python :: 3.10',
36
'Programming Language :: Python :: 3.11',
37
'Programming Language :: Python :: 3.12',
38
+ 'Programming Language :: Python :: 3.13',
39
+ 'Programming Language :: Python :: 3.14',
40
'Intended Audience :: Developers',
41
'Intended Audience :: System Administrators',
42
'License :: OSI Approved :: MIT License',
src/python_usernames/__about__.py
@@ -1 +1 @@
1
-VERSION = "1.0.0"
+VERSION = "1.1.0"
0 commit comments