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 efa9bef commit 9668c7cCopy full SHA for 9668c7c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sphinxcontrib-revealjs"
3
-version = "0.1-alpha"
+version = "0.1-alpha.1"
4
description = "Build slides with RevealJS."
5
authors = ["Ashley Trinh <ashley@hackbrightacademy.com>"]
6
packages = [
@@ -20,4 +20,4 @@ mypy = "^0.910"
20
21
[build-system]
22
requires = ["poetry-core>=1.0.0"]
23
-build-backend = "poetry.core.masonry.api"
+build-backend = "poetry.core.masonry.api"
0 commit comments