Skip to content

Commit c900960

Browse files
"Bump to version v1.4.1 [skip ci]"
1 parent 78e4ce9 commit c900960

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "toolbox-python"
3-
version = "v1.4.0"
3+
version = "v1.4.1"
44
description = "Helper files/functions/classes for generic Python processes"
55
readme = "README.md"
66
license = "MIT"

src/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# ---------------------------------------------------------------------------- #
2323

2424

25-
__version__ = "v1.4.0"
25+
__version__ = "v1.4.1"
2626

2727

2828
# ---------------------------------------------------------------------------- #

src/toolbox_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "v1.4.0"
1+
__version__ = "v1.4.1"
22
__author__ = "Chris Mahoney"

0 commit comments

Comments
 (0)