Skip to content

Commit 6917077

Browse files
committed
Release 1.1.0
1 parent c218357 commit 6917077

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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 = "batch-processing"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
authors = [{ name = "Doğukan Teber", email = "[email protected]" }]
99
description = "An internal tool that automates almost everything in the GCP Cluster"
1010
readme = "README.md"

src/batch_processing/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ def main():
108108
parser.add_argument(
109109
"-h", "--help", action="store_true", help="Show this help message and exit"
110110
)
111+
parser.add_argument(
112+
"-v", "--version", action="version", version="%(prog)s 1.1.0"
113+
)
111114

112115
subparsers = parser.add_subparsers(title="Available commands", metavar="")
113116

0 commit comments

Comments
 (0)