Skip to content

Commit

Permalink
Fix setup file, bump version to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Dec 13, 2016
1 parent b128ca1 commit 3b11a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion tfdeploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b11a17

Please sign in to comment.