Skip to content

Commit

Permalink
Bump version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jul 10, 2024
1 parent 6321544 commit 13fe3f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "viam-sdk"
version = "0.24.0"
version = "0.25.0"
description = "Viam Robotics Python SDK"
authors = [ "Naveed <[email protected]>" ]
license = "Apache-2.0"
Expand Down
8 changes: 2 additions & 6 deletions tests/test_app_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
from grpclib.testing import ChannelFor

from viam.app.app_client import APIKeyAuthorization, AppClient, Fragment, FragmentVisibilityPB
from viam.proto.app import APIKey, APIKeyWithAuthorizations, Authorization, AuthorizationDetails, AuthorizedPermissions
from viam.proto.app import Fragment as FragmentPB
from viam.proto.app import (
APIKey,
APIKeyWithAuthorizations,
Authorization,
AuthorizationDetails,
AuthorizedPermissions,
Fragment as FragmentPB,
Location,
LocationAuth,
Model,
Expand Down

0 comments on commit 13fe3f8

Please sign in to comment.