Skip to content

Commit 2d50bd6

Browse files
authored
Update to v0.0.11
1 parent 276cd2a commit 2d50bd6

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
@@ -5,7 +5,7 @@
55

66
setup(
77
name="mkdocs-charts-plugin",
8-
version="0.0.10",
8+
version="0.0.11",
99
description="MkDocs plugin to add charts from data",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
2728
"License :: OSI Approved :: MIT License",
2829
],
2930
install_requires=["mkdocs>=1.1", "pymdown-extensions>=9.2"],

0 commit comments

Comments
 (0)