We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851bc95 commit dd0190bCopy full SHA for dd0190b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hello-python-kqTOS2G"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "poc on python project"
5
authors = [
6
{name = "Siak Hooi",email = "siakhooi@gmail.com"}
release.env
#!/bin/bash
-RELEASE_VERSION=0.1.0
-RELEASE_TITLE="initial version"
+RELEASE_VERSION=0.1.1
+RELEASE_TITLE="touch up"
export RELEASE_VERSION RELEASE_TITLE
src/hello_python/cli.py
@@ -4,8 +4,7 @@
def run():
7
- print("Hello, Python!")
8
- print("This is a CLI application.")
+ print("Hello, Python CLI!")
9
print("argument list", sys.argv)
10
argv = get_arguments(sys.argv)
11
print("argument list", argv)
0 commit comments