Skip to content

Commit 6ab2a58

Browse files
Bump to version v1.0.4 [skip ci]
1 parent e5888c3 commit 6ab2a58

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
[tool.poetry]
22
name = "toolbox-python"
3-
version = "1.0.3"
3+
version = "1.0.4"
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__ = "1.0.3"
25+
__version__ = "1.0.4"
2626

2727

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

src/toolbox_python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)