From da928a4c6b65148bfda3138674da1730c143f396 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Sat, 17 Dec 2022 15:13:48 -0500 Subject: [PATCH] Release 1.19.1 --- dotbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotbot/__init__.py b/dotbot/__init__.py index e937dcc..433ec0d 100644 --- a/dotbot/__init__.py +++ b/dotbot/__init__.py @@ -1,4 +1,4 @@ from .cli import main from .plugin import Plugin -__version__ = "1.19.0" +__version__ = "1.19.1"