Skip to content

Commit 3d4096a

Browse files
committed
chore: bump version to 1.6.0 [skip ci]
1 parent 0c7c20f commit 3d4096a

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.5.1
1+
1.6.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.5.1"
8-
__version_info__ = (1, 5, 1)
7+
__version__ = "1.6.0"
8+
__version_info__ = (1, 6, 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.5.1"
7+
version = "1.6.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)