From 3073b12e0d40b0312413532f647b1ce6135a5f09 Mon Sep 17 00:00:00 2001 From: sophstad Date: Mon, 23 Sep 2019 15:12:18 -0400 Subject: [PATCH] Bump to v0.1.13 --- snooty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty/__init__.py b/snooty/__init__.py index 40d992b9..caa58c0e 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = "0.1.12" +__version__ = "0.1.13"