Skip to content

Commit

Permalink
bumping up version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeret committed Dec 29, 2017
1 parent dfb5016 commit 065360f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
History
-------

0.1.0 (2016-01-01)
0.1.1 (2017-12-29)
++++++++++++++++++

* First release on PyPI.
* Support for Tensorflow > 1.0.0
* Clean package structure
* Integration into mybinder

0.1.0 (2016-08-18)
++++++++++++++++++

* First release to GitHub.
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.0',
version='0.1.1',
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.0'
__version__ = '0.1.1'
__credits__ = 'ETH Zurich, Institute for Astronomy'

0 comments on commit 065360f

Please sign in to comment.