Skip to content

Commit 0c3ed48

Browse files
authored
Bump version to 2022.8.1 (#28)
1 parent 083d36e commit 0c3ed48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pylitterbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""pylitterbot module."""
2-
__version__ = "2022.8.0"
2+
__version__ = "2022.8.1"
33

44
from .account import Account
55
from .robot import Robot

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pylitterbot"
3-
version = "2022.8.0"
3+
version = "2022.8.1"
44
description = "Python package for controlling Whisker automatic robots."
55
authors = ["Nathan Spencer <natekspencer@gmail.com>"]
66
license = "MIT"

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
def test_version() -> None:
66
"""Test the version."""
7-
assert __version__ == "2022.8.0"
7+
assert __version__ == "2022.8.1"

0 commit comments

Comments
 (0)