Skip to content

Commit e001242

Browse files
committed
Bump version to v0.2.0.
1 parent ec5ffa2 commit e001242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Numpy should be installed on your system. [scipy](http://www.scipy.org/) is opti
3535

3636
##### Development status
3737

38-
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).
38+
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).
3939

4040

4141
## Why?

tfdeploy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__contact__ = "https://github.com/riga/tfdeploy"
1313
__license__ = "MIT"
1414
__status__ = "Development"
15-
__version__ = "0.1.9"
15+
__version__ = "0.2.0"
1616

1717
__all__ = ["Model", "Tensor", "Operation", "UnknownOperationException",
1818
"OperationMismatchException", "InvalidImplementationException",

0 commit comments

Comments
 (0)