Skip to content

Commit bb7588c

Browse files
committed
bump version to 5.1.0
1 parent ca817ce commit bb7588c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 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.0.0'
39+
VERSION = '5.1.0'
4040

4141

4242
# Utility function to read README file
@@ -75,6 +75,8 @@ def read(fname):
7575
"Programming Language :: Python :: 3.9",
7676
"Programming Language :: Python :: 3.10",
7777
"Programming Language :: Python :: 3.11",
78+
"Programming Language :: Python :: 3.12",
79+
"Programming Language :: Python :: 3.13",
7880
"Topic :: Scientific/Engineering",
7981
"Topic :: Software Development :: Build Tools",
8082
],

0 commit comments

Comments
 (0)