Skip to content

Commit 3b11a17

Browse files
committed
Fix setup file, bump version to 0.3.1.
1 parent b128ca1 commit 3b11a17

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@
4747
py_modules = [td.__name__],
4848
keywords = keywords,
4949
classifiers = classifiers,
50-
long_description = long_description,
51-
data_files = ["LICENSE", "requirements.txt"]
50+
long_description = long_description
5251
)

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.3.0"
15+
__version__ = "0.3.1"
1616

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

0 commit comments

Comments
 (0)