From a22838db76afe6abe5e7fe616b8e97571c58aa32 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sun, 3 Jun 2018 15:46:52 -0400 Subject: [PATCH] Release 1.12.3 --- dotbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/__init__.py b/dotbot/__init__.py index 2301447..dbb3f38 100644 --- a/dotbot/__init__.py +++ b/dotbot/__init__.py @@ -1,4 +1,4 @@ from .cli import main from .plugin import Plugin -__version__ = '1.12.2' +__version__ = '1.12.3'