We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3141db commit 0774067Copy full SHA for 0774067
setup.py
@@ -19,7 +19,7 @@
19
20
setup(
21
name='tf_unet',
22
- version='0.1.1',
+ version='0.1.2',
23
description='Unet TensorFlow implementation',
24
long_description=readme + '\n\n' + history,
25
author='Joel Akeret',
tf_unet/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'Joel Akeret'
2
-__version__ = '0.1.1'
+__version__ = '0.1.2'
3
__credits__ = 'ETH Zurich, Institute for Astronomy'
0 commit comments