Skip to content

Commit

Permalink
Bump version to 0.9.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 committed Oct 26, 2023
1 parent f83e3d1 commit 5ad55c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.8.1"
version = "0.9.0rc1"
description = "Viam Robotics Python SDK"
authors = [ "Naveed <[email protected]>" ]
license = "Apache-2.0"
Expand Down
18 changes: 9 additions & 9 deletions src/viam/app/billing_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

from viam import logging
from viam.proto.app.billing import (
BillingServiceStub,
GetCurrentMonthUsageRequest,
GetCurrentMonthUsageResponse,
GetInvoicePdfRequest,
GetInvoicePdfResponse,
GetInvoicesSummaryRequest,
GetInvoicesSummaryResponse,
GetOrgBillingInformationRequest,
GetOrgBillingInformationResponse,
BillingServiceStub,
GetCurrentMonthUsageRequest,
GetCurrentMonthUsageResponse,
GetInvoicePdfRequest,
GetInvoicePdfResponse,
GetInvoicesSummaryRequest,
GetInvoicesSummaryResponse,
GetOrgBillingInformationRequest,
GetOrgBillingInformationResponse,
)

LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 5ad55c7

Please sign in to comment.