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.
2 parents 6eeefa0 + 7f031b1 commit 8d697c4Copy full SHA for 8d697c4
pylitterbot/__init__.py
@@ -1,5 +1,5 @@
1
"""pylitterbot module."""
2
-__version__ = "2023.1.1"
+__version__ = "2023.1.2"
3
4
from .account import Account
5
from .robot import Robot
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylitterbot"
-version = "2023.1.1"
+version = "2023.1.2"
description = "Python package for controlling Whisker automatic robots."
authors = ["Nathan Spencer <natekspencer@gmail.com>"]
6
license = "MIT"
tests/test_init.py
@@ -4,4 +4,4 @@
def test_version() -> None:
"""Test the version."""
7
- assert __version__ == "2023.1.1"
+ assert __version__ == "2023.1.2"
0 commit comments