Skip to content

Commit f52ca06

Browse files
xuanyang15hangfei
authored andcommitted
Update __init__.py to import version from version.py
1 parent 9aaf33e commit f52ca06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/adk_community/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# version: major.minor.patch
16-
__version__ = "0.1.0"
15+
from . import version
16+
__version__ = version.__version__

0 commit comments

Comments
 (0)