Skip to content

Commit

Permalink
Update Version-Details
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bittner committed Jan 27, 2022
1 parent eef9037 commit 2585475
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='mkdocs-kroki-plugin',
version='0.2.0',
version='0.2.1',
description='MkDocs plugin for Kroki-Diagrams',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -25,11 +25,16 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'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=find_packages(),
entry_points={
Expand Down

0 comments on commit 2585475

Please sign in to comment.