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 30a1068 commit 9f4b0beCopy full SHA for 9f4b0be
‎mkdocs_simple_blog/__init__.py‎
@@ -1,4 +1,4 @@
1
-__version__ = '0.0.10-dev.1'
+__version__ = '0.0.10-dev.2'
2
3
__author__ = 'Fernando Celmer <[email protected]>'
4
__copyright__ = """MIT License
‎setup.py‎
@@ -28,6 +28,7 @@
28
"Programming Language :: Python :: 3.9",
29
"Programming Language :: Python :: 3.10",
30
"Programming Language :: Python :: 3.11",
31
+ "Programming Language :: Python :: 3.12",
32
],
33
install_requires=[
34
'mkdocs>=1.5.2'
0 commit comments