Skip to content

Commit 0774067

Browse files
committed
bumping up the version
1 parent e3141db commit 0774067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='tf_unet',
22-
version='0.1.1',
22+
version='0.1.2',
2323
description='Unet TensorFlow implementation',
2424
long_description=readme + '\n\n' + history,
2525
author='Joel Akeret',

tf_unet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'Joel Akeret'
2-
__version__ = '0.1.1'
2+
__version__ = '0.1.2'
33
__credits__ = 'ETH Zurich, Institute for Astronomy'

0 commit comments

Comments
 (0)