Skip to content

Commit

Permalink
fix: added the missing init files to the tensorflow frontend to get t…
Browse files Browse the repository at this point in the history
…hem uploaded to pypi (#28452)
  • Loading branch information
vedpatwardhan authored Feb 28, 2024
1 parent d83646f commit 24a56b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7.3"
__version__ = "0.0.7.4"
1 change: 1 addition & 0 deletions ivy/functional/frontends/tensorflow/python/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import ops
1 change: 1 addition & 0 deletions ivy/functional/frontends/tensorflow/python/ops/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import resource_variable_ops

0 comments on commit 24a56b6

Please sign in to comment.