Skip to content

Commit

Permalink
bumping up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeret committed Jan 8, 2019
1 parent e3141db commit 0774067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tf_unet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'Joel Akeret'
__version__ = '0.1.1'
__version__ = '0.1.2'
__credits__ = 'ETH Zurich, Institute for Astronomy'

0 comments on commit 0774067

Please sign in to comment.