Skip to content

Commit

Permalink
Merge pull request #104 from natekspencer/dev
Browse files Browse the repository at this point in the history
Release 2023.1.1
  • Loading branch information
natekspencer authored Jan 11, 2023
2 parents 39d51d2 + e43e646 commit 48536ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

# pylitterbot

Python package for controlling a Whisker connected self-cleaning litter boxes and feeders.
Python package for controlling Whisker connected self-cleaning litter boxes and feeders.

This is an unofficial API for controlling various Whisker automated robots. It currently supports Litter-Robot 3, Litter-Robot 4 and Feeder-Robot.
This is an unofficial API for controlling various Whisker automated robots. It currently supports Litter-Robot 3 (with connect), Litter-Robot 4 and Feeder-Robot.

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion pylitterbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""pylitterbot module."""
__version__ = "2023.1.0"
__version__ = "2023.1.1"

from .account import Account
from .robot import Robot
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 = "pylitterbot"
version = "2023.1.0"
version = "2023.1.1"
description = "Python package for controlling Whisker automatic robots."
authors = ["Nathan Spencer <natekspencer@gmail.com>"]
license = "MIT"
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__ == "2023.1.0"
assert __version__ == "2023.1.1"

0 comments on commit 48536ad

Please sign in to comment.