Skip to content

Commit

Permalink
Merge pull request #22 from natekspencer/dev
Browse files Browse the repository at this point in the history
Update version to 1.0.0 for release
  • Loading branch information
natekspencer authored Jan 29, 2023
2 parents 787a15b + 2e1a27f commit 58a9cdb
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.0b2"
__version__ = "1.0.0"


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.0b2"
version = "1.0.0"
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.0b2"
assert __version__ == "1.0.0"

0 comments on commit 58a9cdb

Please sign in to comment.