Skip to content

Commit

Permalink
digital attestation test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed Nov 21, 2024
1 parent ec6e5b3 commit f4b3a47
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ options:
the program will continue to run. This is useful for
having version number in the log files.
You are running version 8.0.2 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.2
8.0.3
Binary file removed dist/matrix_commander-8.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/matrix_commander-8.0.1.tar.gz
Binary file not shown.
Binary file added dist/matrix_commander-8.0.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/matrix_commander-8.0.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion help.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,5 @@ delete-content ROOM_ID EVENT_ID REASON [ROOM_ID EVENT_ID REASON ...]
-v [PRINT|CHECK], -V [PRINT|CHECK], --version [PRINT|CHECK]
Print version information or check for updates.

You are running version 8.0.2 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
2 changes: 1 addition & 1 deletion help.manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1185,5 +1185,5 @@ options:
the program will continue to run. This is useful for
having version number in the log files.

You are running version 8.0.2 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
2 changes: 1 addition & 1 deletion help.usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ usage: matrix-commander [--usage] [-h] [--manual] [--readme] [-d]
[--room-invites [LIST|JOIN|LIST+JOIN]]
[-v [PRINT|CHECK]]

You are running version 8.0.2 2024-11-21. Enjoy, star on Github and contribute
You are running version 8.0.3 2024-11-21. Enjoy, star on Github and contribute
by submitting a Pull Request. Also have a look at matrix-commander-tui.
2 changes: 1 addition & 1 deletion matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

# version number
VERSION = "2024-11-21"
VERSIONNR = "8.0.2"
VERSIONNR = "8.0.3"
# matrix-commander; for backwards compitability replace _ with -
PROG_WITHOUT_EXT = os.path.splitext(os.path.basename(__file__))[0].replace(
"_", "-"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://packaging.python.org/en/latest/tutorials/packaging-projects/
# https://setuptools.pypa.io/en/latest/userguide/
name = matrix-commander
version = 8.0.2
version = 8.0.3
author = 8go
description = A simple command-line Matrix client
long_description = file: PyPi-Instructions.md, README.md
Expand Down

0 comments on commit f4b3a47

Please sign in to comment.