Skip to content

Commit 4609052

Browse files
committed
Update
1 parent 0c1aa06 commit 4609052

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

build/lib/clikpython/helpVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def help():
44
message.success("Usage: clik <command> \n \n init\t\tinitializes the script to input key value pairs \n add\t\tinsert key value pair in existing json file, clik <name of file> add\n sub\t\tdelete key value pair in existing json file, clik <name of file> sub \n mod\t\talter key value in existing json file, clik <name of file> mod\n enc\t\tencrypts key value dictionary to json and generate encryption key, clik <name of file> enc\n dec\t\tdecrypts json file to dictionary, clik <name of file> dec\n help\t\tguide through all the CLIK functions \n version\tshows the CLIK version installed ")
55
def version():
6-
message.success("CLIK Version 0.0.0")
6+
message.success("CLIK Version 1.0")
77

88

99
#test functions

dist/clik-1.0-py3-none-any.whl

0 Bytes
Binary file not shown.

dist/clik-1.0.tar.gz

236 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)