From 42ed01ed5d6dc41bb63410c8cc0e04f944b881d2 Mon Sep 17 00:00:00 2001 From: John Hawkins Date: Tue, 1 Jun 2021 11:56:03 +1000 Subject: [PATCH] Changed version to 0.1.6 for PyPi push --- texturizer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texturizer/__init__.py b/texturizer/__init__.py index f031ae7..51d54ef 100755 --- a/texturizer/__init__.py +++ b/texturizer/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" from .pipeline import TextTransform