Skip to content

Commit 8c96a9c

Browse files
committed
small bug fix and moved colorbar to right slightly
1 parent 3fe039f commit 8c96a9c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/outside_chord_example.png

2.96 MB
Loading

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description="Creates chord diagrams for connectivity/graph data",
1818
long_description=desc,
1919
long_description_content_type="text/markdown",
20-
version="v0.3.1",
20+
version="v0.3.2",
2121
packages=["nichord"],
2222
python_requires=">=3.7",
2323
url="https://github.com/paulcbogdan/NiChord",
@@ -37,6 +37,8 @@
3737
"Programming Language :: Python :: 3.9",
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
40+
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
4042
],
4143
license="MIT",
4244
license_file="LICENSE.txt"

0 commit comments

Comments
 (0)