Skip to content

Commit 8d697c4

Browse files
authored
Merge pull request #110 from natekspencer/dev
Release 2023.1.2
2 parents 6eeefa0 + 7f031b1 commit 8d697c4

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__ = "2023.1.1"
2+
__version__ = "2023.1.2"
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 = "2023.1.1"
3+
version = "2023.1.2"
44
description = "Python package for controlling Whisker automatic robots."
55
authors = ["Nathan Spencer <natekspencer@gmail.com>"]
66
license = "MIT"

tests/test_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__ == "2023.1.1"
7+
assert __version__ == "2023.1.2"

0 commit comments

Comments
 (0)