Skip to content

Commit 03d5d4c

Browse files
Bump to version v1.3.2 [skip ci]
1 parent 384d3b2 commit 03d5d4c

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 = "1.3.1"
3+
version = "1.3.2"
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.3.1"
25+
__version__ = "1.3.2"
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__ = "1.3.1"
1+
__version__ = "1.3.2"
22
__author__ = "Chris Mahoney"

0 commit comments

Comments
 (0)