From 8d181eb3e070e0aed98c615b7ffeabfefcd105b8 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sun, 30 Jan 2022 12:47:50 +0000 Subject: [PATCH] v1.6.1 --- watson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watson/__init__.py b/watson/__init__.py index 8e5dd3c..424e8d5 100644 --- a/watson/__init__.py +++ b/watson/__init__.py @@ -6,4 +6,4 @@ """ -__version__ = VERSION = (1, 6, 0) +__version__ = VERSION = (1, 6, 1)