We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083d36e commit 0c3ed48Copy full SHA for 0c3ed48
pylitterbot/__init__.py
@@ -1,5 +1,5 @@
1
"""pylitterbot module."""
2
-__version__ = "2022.8.0"
+__version__ = "2022.8.1"
3
4
from .account import Account
5
from .robot import Robot
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylitterbot"
-version = "2022.8.0"
+version = "2022.8.1"
description = "Python package for controlling Whisker automatic robots."
authors = ["Nathan Spencer <natekspencer@gmail.com>"]
6
license = "MIT"
tests/__init__.py
@@ -4,4 +4,4 @@
def test_version() -> None:
"""Test the version."""
7
- assert __version__ == "2022.8.0"
+ assert __version__ == "2022.8.1"
0 commit comments