Skip to content

Commit 5ad55c7

Browse files
Bump version to 0.9.0rc1
1 parent f83e3d1 commit 5ad55c7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.8.1"
3+
version = "0.9.0rc1"
44
description = "Viam Robotics Python SDK"
55
authors = [ "Naveed <[email protected]>" ]
66
license = "Apache-2.0"

src/viam/app/billing_client.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
from viam import logging
66
from viam.proto.app.billing import (
7-
BillingServiceStub,
8-
GetCurrentMonthUsageRequest,
9-
GetCurrentMonthUsageResponse,
10-
GetInvoicePdfRequest,
11-
GetInvoicePdfResponse,
12-
GetInvoicesSummaryRequest,
13-
GetInvoicesSummaryResponse,
14-
GetOrgBillingInformationRequest,
15-
GetOrgBillingInformationResponse,
7+
BillingServiceStub,
8+
GetCurrentMonthUsageRequest,
9+
GetCurrentMonthUsageResponse,
10+
GetInvoicePdfRequest,
11+
GetInvoicePdfResponse,
12+
GetInvoicesSummaryRequest,
13+
GetInvoicesSummaryResponse,
14+
GetOrgBillingInformationRequest,
15+
GetOrgBillingInformationResponse,
1616
)
1717

1818
LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)