Skip to content

Commit

Permalink
Bump version to v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed May 20, 2016
1 parent ec5ffa2 commit e001242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Numpy should be installed on your system. [scipy](http://www.scipy.org/) is opti

##### Development status

Currently, all math ops and a selection of nn ops are implemented. The remaining ops are about to follow, so there might be some ``UnknownOperationException``'s during conversion. See [milestone v0.2.0](https://github.com/riga/tfdeploy/milestones/v0.2.0).
Currently, all math ops and a selection of nn ops are implemented. The remaining ops are about to follow, so there might be some ``UnknownOperationException``'s during conversion. See [milestone v0.3.0](https://github.com/riga/tfdeploy/milestones/v0.3.0).


## Why?
Expand Down
2 changes: 1 addition & 1 deletion tfdeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__contact__ = "https://github.com/riga/tfdeploy"
__license__ = "MIT"
__status__ = "Development"
__version__ = "0.1.9"
__version__ = "0.2.0"

__all__ = ["Model", "Tensor", "Operation", "UnknownOperationException",
"OperationMismatchException", "InvalidImplementationException",
Expand Down

0 comments on commit e001242

Please sign in to comment.