Skip to content

Commit

Permalink
Update sdk version (secretflow#8)
Browse files Browse the repository at this point in the history
* add python ignore

* cleanup

* update sdk version

* fix
  • Loading branch information
oeqqwq authored Sep 26, 2024
1 parent 091cd77 commit eab7b0b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 78 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ CTestTestfile.cmake

# bazel
bazel-*

#python
*.pyc
*egg-info
build/
dist/
22 changes: 0 additions & 22 deletions dataproxy_sdk/python/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion dataproxy_sdk/python/dataproxy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


__version__ = "0.1.0.dev$$DATE$$"
__version__ = "0.2.0.dev$$DATE$$"
39 changes: 0 additions & 39 deletions dataproxy_sdk/python/dp_file_adapter.py

This file was deleted.

16 changes: 0 additions & 16 deletions dataproxy_sdk/python/dp_pb2.py

This file was deleted.

0 comments on commit eab7b0b

Please sign in to comment.