diff --git a/README.md b/README.md index e48c65b..b6e6bb7 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/tfdeploy.py b/tfdeploy.py index 5031fcd..41d515b 100644 --- a/tfdeploy.py +++ b/tfdeploy.py @@ -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",