We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66701f commit 946a2afCopy full SHA for 946a2af
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "rko"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "A Python library for Random-Key Optimization (RKO)."
9
readme = "README.md"
10
requires-python = ">=3.8"
requirements_docs.txt
@@ -1,4 +1,4 @@
1
-mkdocs
2
-mkdocs-material
3
-pymdown-extensions
-mkdocstrings[python]
+mkdocs==1.6.1
+mkdocs-material==9.7.3
+pymdown-extensions==10.21
+mkdocstrings[python]==1.0.3
0 commit comments