From b128ca1eee353532f824236993bf076565759af3 Mon Sep 17 00:00:00 2001 From: Marcel Rieger Date: Tue, 13 Dec 2016 01:05:16 +0100 Subject: [PATCH] [ci skip] Bumb version to 0.3.0. --- tfdeploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfdeploy.py b/tfdeploy.py index 7d1146e..79ec925 100644 --- a/tfdeploy.py +++ b/tfdeploy.py @@ -12,7 +12,7 @@ __contact__ = "https://github.com/riga/tfdeploy" __license__ = "MIT" __status__ = "Development" -__version__ = "0.2.4" +__version__ = "0.3.0" __all__ = ["Model", "Tensor", "Operation", "Ensemble", "UnknownOperationException", "OperationMismatchException",