Skip to content

Commit

Permalink
Merge pull request #84 from natekspencer/dev
Browse files Browse the repository at this point in the history
Add protobuf missing dependency
  • Loading branch information
natekspencer committed Mar 10, 2023
2 parents 06f0cc4 + 564cd6d commit 9df1553
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vivintpy"
version = "2023.3.1"
version = "2023.3.2"
description = "Python library for interacting with a Vivint security and smart home system."
authors = ["Nathan Spencer <[email protected]>"]
license = "MIT"
Expand All @@ -15,6 +15,7 @@ aiohttp = "^3.8.4"
certifi = "^2022.9.24"
pubnub = "^7.0"
grpcio = "1.51.1"
protobuf = "^4.22.1"

[tool.poetry.dev-dependencies]
tox = "^3.28.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

def test_version() -> None:
"""Test version."""
assert __version__ == "2023.3.1"
assert __version__ == "2023.3.2"
2 changes: 1 addition & 1 deletion vivintpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Provide a package for vivintpy."""
__version__ = "2023.3.1"
__version__ = "2023.3.2"

0 comments on commit 9df1553

Please sign in to comment.