Skip to content

Commit 8f7f99b

Browse files
committed
Bump version to 0.39.0
1 parent 21ff90f commit 8f7f99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/viam/services/discovery/discovery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Final, List, Mapping, Optional
33

44
from viam.proto.app.robot import ComponentConfig
5-
from viam.resource.types import RESOURCE_NAMESPACE_RDK, RESOURCE_TYPE_SERVICE, API
5+
from viam.resource.types import API, RESOURCE_NAMESPACE_RDK, RESOURCE_TYPE_SERVICE
66
from viam.utils import ValueTypes
77

88
from ..service_base import ServiceBase

src/viam/version_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.38.0"
1+
__version__ = "0.39.0"
22

33
API_VERSION = "v0.1.389"
44
SDK_VERSION = __version__

0 commit comments

Comments
 (0)