Skip to content

Commit 260b18b

Browse files
committed
chore: bump version to 1.4.3 [skip ci]
1 parent a539ed6 commit 260b18b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.4.3

__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
Version information for Bash-Script-Maker
55
"""
66

7-
__version__ = "1.4.2"
8-
__version_info__ = (1, 4, 2)
7+
__version__ = "1.4.3"
8+
__version_info__ = (1, 4, 3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bash-script-maker"
7-
version = "1.4.2"
7+
version = "1.4.3"
88
description = "Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Unterstützung"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)