Skip to content

Commit 3763942

Browse files
committed
bump version to 5.2.0
1 parent 20a7e0f commit 3763942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
3838
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
39-
VERSION = '5.1.2'
39+
VERSION = '5.2.0'
4040

4141

4242
# Utility function to read README file
@@ -76,6 +76,7 @@ def read(fname):
7676
"Programming Language :: Python :: 3.11",
7777
"Programming Language :: Python :: 3.12",
7878
"Programming Language :: Python :: 3.13",
79+
"Programming Language :: Python :: 3.14",
7980
"Topic :: Scientific/Engineering",
8081
"Topic :: Software Development :: Build Tools",
8182
],

0 commit comments

Comments
 (0)