From 5bb3c8a3437a55726a6bed191b008eff2afcda00 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 12 Oct 2019 12:02:40 -0400 Subject: Release 1.16.0 --- dotbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/__init__.py b/dotbot/__init__.py index 0391a42..e1fafd9 100644 --- a/dotbot/__init__.py +++ b/dotbot/__init__.py @@ -1,4 +1,4 @@ from .cli import main from .plugin import Plugin -__version__ = '1.15.0' +__version__ = '1.16.0' -- cgit v1.2.3