From 918c758142b7bd8df5914bd4f3a1def2ce113aa4 Mon Sep 17 00:00:00 2001 From: Andrew Aldridge Date: Wed, 27 Mar 2019 21:54:28 -0400 Subject: [PATCH] Release v0.1.3 --- snooty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty/__init__.py b/snooty/__init__.py index 87a431c9..1c0f38b9 100644 --- a/snooty/__init__.py +++ b/snooty/__init__.py @@ -1,3 +1,3 @@ """The Snooty documentation writer's tool.""" -__version__ = '0.2.dev' +__version__ = '0.1.3'