From 52bc01b99429dcd0fc433f38994e669d2c4a4a49 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 18 Sep 2018 14:45:14 -0700 Subject: [PATCH] 0.1.37 --- vcstool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcstool/__init__.py b/vcstool/__init__.py index 92a6de0c..fcd5272f 100644 --- a/vcstool/__init__.py +++ b/vcstool/__init__.py @@ -1,3 +1,3 @@ from .clients import vcstool_clients # noqa -__version__ = '0.1.36' +__version__ = '0.1.37'