We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe039f commit 8c96a9cCopy full SHA for 8c96a9c
example/outside_chord_example.png
2.96 MB
setup.py
@@ -17,7 +17,7 @@
17
description="Creates chord diagrams for connectivity/graph data",
18
long_description=desc,
19
long_description_content_type="text/markdown",
20
- version="v0.3.1",
+ version="v0.3.2",
21
packages=["nichord"],
22
python_requires=">=3.7",
23
url="https://github.com/paulcbogdan/NiChord",
@@ -37,6 +37,8 @@
37
"Programming Language :: Python :: 3.9",
38
"Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: 3.11",
40
+ "Programming Language :: Python :: 3.12",
41
+ "Programming Language :: Python :: 3.13",
42
],
43
license="MIT",
44
license_file="LICENSE.txt"
0 commit comments