From 07740676ec5ac5ae42e338aafdb3f4504f77e134 Mon Sep 17 00:00:00 2001 From: Joel Akeret Date: Tue, 8 Jan 2019 21:50:43 +0100 Subject: [PATCH] bumping up the version --- setup.py | 2 +- tf_unet/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f133f78..5147e7a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='tf_unet', - version='0.1.1', + version='0.1.2', description='Unet TensorFlow implementation', long_description=readme + '\n\n' + history, author='Joel Akeret', diff --git a/tf_unet/__init__.py b/tf_unet/__init__.py index 84b5898..7d6bb1c 100644 --- a/tf_unet/__init__.py +++ b/tf_unet/__init__.py @@ -1,3 +1,3 @@ __author__ = 'Joel Akeret' -__version__ = '0.1.1' +__version__ = '0.1.2' __credits__ = 'ETH Zurich, Institute for Astronomy'