Skip to content

Commit

Permalink
Update to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink authored Aug 26, 2024
1 parent 276cd2a commit 2d50bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mkdocs-charts-plugin",
version="0.0.10",
version="0.0.11",
description="MkDocs plugin to add charts from data",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -24,6 +24,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
],
install_requires=["mkdocs>=1.1", "pymdown-extensions>=9.2"],
Expand Down

0 comments on commit 2d50bd6

Please sign in to comment.