Skip to content

Commit

Permalink
Release version 2023.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Mar 10, 2023
1 parent 848fa89 commit ac94d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "vivintpy"
version = "2023.2.0"
version = "2023.3.0"
description = "Python library for interacting with a Vivint security and smart home system."
authors = ["Nathan Spencer <[email protected]>"]
license = "MIT"
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.2.0"
assert __version__ == "2023.3.0"
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.2.0"
__version__ = "2023.3.0"

0 comments on commit ac94d3f

Please sign in to comment.