We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a7e0f commit 3763942Copy full SHA for 3763942
setup.py
@@ -36,7 +36,7 @@
36
37
# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
38
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
39
-VERSION = '5.1.2'
+VERSION = '5.2.0'
40
41
42
# Utility function to read README file
@@ -76,6 +76,7 @@ def read(fname):
76
"Programming Language :: Python :: 3.11",
77
"Programming Language :: Python :: 3.12",
78
"Programming Language :: Python :: 3.13",
79
+ "Programming Language :: Python :: 3.14",
80
"Topic :: Scientific/Engineering",
81
"Topic :: Software Development :: Build Tools",
82
],
0 commit comments