We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276cd2a commit 2d50bd6Copy full SHA for 2d50bd6
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="mkdocs-charts-plugin",
8
- version="0.0.10",
+ version="0.0.11",
9
description="MkDocs plugin to add charts from data",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
@@ -24,6 +24,7 @@
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
"License :: OSI Approved :: MIT License",
29
],
30
install_requires=["mkdocs>=1.1", "pymdown-extensions>=9.2"],
0 commit comments