Skip to content

Commit 677c210

Browse files
committed
Post-release bump
1 parent 69c5bcf commit 677c210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snooty"
3-
version = "0.20.14"
3+
version = "0.20.14.dev"
44
description = ""
55
authors = ["MongoDB, inc. <[email protected]>"]
66
license = "Apache-2.0"

snooty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The Snooty documentation writer's tool."""
22

3-
__version__ = "0.20.14"
3+
__version__ = "0.20.14.dev"

0 commit comments

Comments
 (0)