Skip to content

Commit df68ba5

Browse files
committed
Update __init__.py to import version from version.py
1 parent 67e1faf commit df68ba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)