Skip to content

Commit

Permalink
Merge pull request #110 from natekspencer/dev
Browse files Browse the repository at this point in the history
Release 2023.1.2
  • Loading branch information
natekspencer authored Jan 19, 2023
2 parents 6eeefa0 + 7f031b1 commit 8d697c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1"
__version__ = "2023.1.2"

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.1"
version = "2023.1.2"
description = "Python package for controlling Whisker automatic robots."
authors = ["Nathan Spencer <[email protected]>"]
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.1"
assert __version__ == "2023.1.2"

0 comments on commit 8d697c4

Please sign in to comment.