SINGA-266 Add Rafiki python toolkits Add a version ID (0.1.1) in rafiki/__init__.py for the change of pull API.
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/d2a8d773 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/d2a8d773 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/d2a8d773 Branch: refs/heads/master Commit: d2a8d7737801a2f674a586d9ceb8d93bf5c7d77a Parents: d98ad69 Author: Wei Wang <[email protected]> Authored: Wed Jan 4 17:02:19 2017 +0800 Committer: Wei Wang <[email protected]> Committed: Wed Jan 4 17:02:19 2017 +0800 ---------------------------------------------------------------------- python/rafiki/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/d2a8d773/python/rafiki/__init__.py ---------------------------------------------------------------------- diff --git a/python/rafiki/__init__.py b/python/rafiki/__init__.py index c81c6ef..c2055f4 100644 --- a/python/rafiki/__init__.py +++ b/python/rafiki/__init__.py @@ -6,14 +6,14 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# - +# +__version__ = 0.1.1
