Skip to content

Commit 9f66660

Browse files
committed
chore(version): Bump patch version
1 parent baa8505 commit 9f66660

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robotpuzzle"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Solve Exploding Robot Puzzle"
55
readme = "README.md"
66
authors = [

src/robotpuzzle/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""RobotPuzzle Init"""
22

3-
__date__ = "2024-12-05"
4-
__version__ = "1.4.0"
3+
__date__ = '2024-12-10'
4+
__version__ = "1.4.1"
55

66
from rich import inspect
77
from robotpuzzle import circles

src/robotpuzzle/buffer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Matt Martini"
44
__email__ = "[email protected]"
5-
__version__ = "1.2.2"
5+
__version__ = "1.4.1"
66

77
from rich.panel import Panel
88
from robotpuzzle import log

src/robotpuzzle/circles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Matt Martini"
44
__email__ = "[email protected]"
5-
__version__ = "1.4.0"
5+
__version__ = "1.4.1"
66

77
from rich.columns import Columns
88
from robotpuzzle.node import Node

src/robotpuzzle/console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Matt Martini"
44
__email__ = "[email protected]"
5-
__version__ = "1.3.1"
5+
__version__ = "1.4.1"
66

77
from rich.console import Console
88
from rich.theme import Theme

src/robotpuzzle/log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Matt Martini"
44
__email__ = "[email protected]"
5-
__version__ = "1.0.5"
5+
__version__ = "1.4.1"
66

77
import json
88
import logging

src/robotpuzzle/node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Matt Martini"
44
__email__ = "[email protected]"
5-
__version__ = "1.4.0"
5+
__version__ = "1.4.1"
66

77
from rich.panel import Panel
88
from robotpuzzle import log

tests/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Test Init"""
22

3-
__date__ = '2024-12-04'
4-
__version__ = "1.4.0"
3+
__date__ = '2024-12-10'
4+
__version__ = "1.4.1"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)