Skip to content

Commit 48affe8

Browse files
authored
Bump version to 0.3.1rc1
1 parent 7ae6a3c commit 48affe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "viam-sdk"
3-
version = "0.3.0"
3+
version = "0.3.1rc1"
44
description = "Viam Robotics Python SDK"
55
authors = [ "Naveed <naveed@viam.com>" ]
66
license = "Apache-2.0"

src/viam/module/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from inspect import iscoroutinefunction
33
from threading import Lock
44
from typing import List, Mapping, Optional, Sequence, Tuple
5-
from typing_extensions import Self
65

76
from grpclib.utils import _service_name
7+
from typing_extensions import Self
88

99
from viam import logging
1010
from viam.components.component_base import ComponentBase

0 commit comments

Comments
 (0)