Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink authored Apr 16, 2024
1 parent 64cdbf0 commit 944a5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mkdocs-enumerate-headings-plugin",
version="0.6.1",
version="0.6.2",
description="MkDocs Plugin to enumerate the headings (h1-h6) across site pages",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -22,10 +22,10 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
packages=["mkdocs_enumerate_headings_plugin"],
entry_points={
Expand Down

0 comments on commit 944a5a0

Please sign in to comment.