From 3b11a174f3a229c21aa29370f6e7e749801d427e Mon Sep 17 00:00:00 2001 From: Marcel Rieger Date: Tue, 13 Dec 2016 11:29:09 +0100 Subject: [PATCH] Fix setup file, bump version to 0.3.1. --- setup.py | 3 +-- tfdeploy.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 17c9677..4d7b1b8 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,5 @@ py_modules = [td.__name__], keywords = keywords, classifiers = classifiers, - long_description = long_description, - data_files = ["LICENSE", "requirements.txt"] + long_description = long_description ) diff --git a/tfdeploy.py b/tfdeploy.py index 79ec925..f820cb7 100644 --- a/tfdeploy.py +++ b/tfdeploy.py @@ -12,7 +12,7 @@ __contact__ = "https://github.com/riga/tfdeploy" __license__ = "MIT" __status__ = "Development" -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = ["Model", "Tensor", "Operation", "Ensemble", "UnknownOperationException", "OperationMismatchException",