diff --git a/pyproject.toml b/pyproject.toml index 1246319e..9438cf7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snooty" -version = "0.16.15" +version = "0.16.15.dev" description = "" authors = ["MongoDB, inc. "] license = "Apache-2.0" diff --git a/snooty/__init__.py b/snooty/__init__.py index db970e39..8efc6c7c 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.16.15" +__version__ = "0.16.15.dev"