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 69c5bcf commit 677c210Copy full SHA for 677c210
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "snooty"
3
-version = "0.20.14"
+version = "0.20.14.dev"
4
description = ""
5
authors = ["MongoDB, inc. <[email protected]>"]
6
license = "Apache-2.0"
snooty/__init__.py
@@ -1,3 +1,3 @@
"""The Snooty documentation writer's tool."""
-__version__ = "0.20.14"
+__version__ = "0.20.14.dev"
0 commit comments