From a5e1dca91d1904cb408f6158fb286df15a891c3d Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 23 Dec 2020 18:04:23 -0500 Subject: [PATCH] Release 1.18.0 --- dotbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/__init__.py b/dotbot/__init__.py index afff513..c503677 100644 --- a/dotbot/__init__.py +++ b/dotbot/__init__.py @@ -1,4 +1,4 @@ from .cli import main from .plugin import Plugin -__version__ = '1.17.1' +__version__ = '1.18.0'