From 21090f515439b3267ff393898d0bde9d237feb5d Mon Sep 17 00:00:00 2001 From: Chan Teck Wei Date: Thu, 18 Jul 2019 09:51:42 +0800 Subject: [PATCH] Update version to 0.2.1 --- numipulator.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/numipulator.py b/numipulator.py index 2448c25..5b119ae 100644 --- a/numipulator.py +++ b/numipulator.py @@ -1,7 +1,7 @@ from typing import Tuple __all__ = ['NImage'] -__version__ = '0.2.0' +__version__ = '0.2.1' import numpy as np from PIL import Image diff --git a/setup.py b/setup.py index 829e8bf..c273d8f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='numipulator', - version='0.2.0', + version='0.2.1', packages=[''], url='https://github.com/chantw/numipulator', license='Apache License 2.0',