Skip to content

Commit dd0190b

Browse files
committed
touch up
1 parent 851bc95 commit dd0190b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hello-python-kqTOS2G"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "poc on python project"
55
authors = [
66
{name = "Siak Hooi",email = "siakhooi@gmail.com"}

release.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
RELEASE_VERSION=0.1.0
4-
RELEASE_TITLE="initial version"
3+
RELEASE_VERSION=0.1.1
4+
RELEASE_TITLE="touch up"
55

66
export RELEASE_VERSION RELEASE_TITLE

src/hello_python/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55

66
def run():
7-
print("Hello, Python!")
8-
print("This is a CLI application.")
7+
print("Hello, Python CLI!")
98
print("argument list", sys.argv)
109
argv = get_arguments(sys.argv)
1110
print("argument list", argv)

0 commit comments

Comments
 (0)