Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer committed Jun 24, 2024
1 parent 3fe5278 commit 51c11d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pybalboa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Balboa spa module."""

__version__ = "1.0.1"
__version__ = "1.0.2"


from .client import SpaClient
Expand Down
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 = "pybalboa"
version = "1.0.1"
version = "1.0.2"
description = "Module to communicate with a Balboa spa wifi adapter."
authors = ["Nathan Spencer <natekspencer@gmail.com>","Tim Rightnour <root@garbled.net>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version() -> None:
"""Test the version."""
assert __version__ == "1.0.1"
assert __version__ == "1.0.2"

0 comments on commit 51c11d5

Please sign in to comment.