Skip to content

Commit bf887d1

Browse files
committed
chore: bump version to 1.5.0 [skip ci]
1 parent d2831f9 commit bf887d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.6
1+
1.5.0

__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.6"
8-
__version_info__ = (1, 4, 6)
7+
__version__ = "1.5.0"
8+
__version_info__ = (1, 5, 0)

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.6"
7+
version = "1.5.0"
88
description = "Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Unterstützung"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)