We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5669bc8 commit 86166dbCopy full SHA for 86166db
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pycubexr",
8
- version="2.0.1",
+ version="2.1.0",
9
author="Extra-P project",
10
author_email="extra-p@lists.parallel.informatik.tu-darmstadt.de",
11
description="pyCubexR is a Python package for reading the Cube4 file format.",
@@ -23,6 +23,7 @@
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
+ "Programming Language :: Python :: 3.13",
27
"License :: OSI Approved :: BSD License",
28
"Operating System :: OS Independent",
29
"Intended Audience :: Developers",
0 commit comments