Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Apr 6, 2018
1 parent 9b05723 commit 45c6d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

0.7dev
------
0.7 (2018-04-06)
-----------------

* New CLI tool for training neural networks `yass train`
* New CLI tool for exporting results to phy `yass export`
Expand Down
2 changes: 1 addition & 1 deletion src/yass/__init__.py
Expand Up @@ -14,7 +14,7 @@

logging.getLogger(__name__).addHandler(NullHandler())

__version__ = '0.7dev'
__version__ = '0.7'

CONFIG = None

Expand Down

0 comments on commit 45c6d50

Please sign in to comment.