Skip to content

Commit

Permalink
Merge pull request #37 from natekspencer/dev
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
natekspencer authored Mar 7, 2023
2 parents d102236 + 23f5e44 commit a1d1e81
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,5 +1,5 @@
"""Balboa spa module."""
__version__ = "1.0.0"
__version__ = "1.0.1"


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

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

0 comments on commit a1d1e81

Please sign in to comment.