From 30caaf27803a9529e1809504a39c514c80b859c2 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 30 May 2018 09:41:55 -0400 Subject: Add PyPI package This patch also makes the '-d' argument optional, with the base directory defaulting to the directory of the configuration file. --- dotbot/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotbot/__init__.py') diff --git a/dotbot/__init__.py b/dotbot/__init__.py index 1d03464..20ec150 100644 --- a/dotbot/__init__.py +++ b/dotbot/__init__.py @@ -1,2 +1,4 @@ from .cli import main from .plugin import Plugin + +__version__ = '1.12.1' -- cgit v1.2.3