Skip to content

Commit

Permalink
1-line change to improve running in different envs
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed Oct 17, 2022
1 parent 9101d8a commit 26bca47
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ options:
information program will continue to run. This is
useful for having version number in the log files.
You are running version 3.5.21 2022-10-17. Enjoy, star on Github and
You are running version 3.5.22 2022-10-17. Enjoy, star on Github and
contribute by submitting a Pull Request.
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.21
3.5.22
Binary file removed dist/matrix-commander-3.5.21.tar.gz
Binary file not shown.
Binary file added dist/matrix-commander-3.5.22.tar.gz
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion matrix_commander/matrix-commander
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import re
import sys
Expand Down
4 changes: 2 additions & 2 deletions matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@
information program will continue to run. This is
useful for having version number in the log files.
You are running version 3.5.21 2022-10-17. Enjoy, star on Github and
You are running version 3.5.22 2022-10-17. Enjoy, star on Github and
contribute by submitting a Pull Request.
```
Expand Down Expand Up @@ -1802,7 +1802,7 @@

# version number
VERSION = "2022-10-17"
VERSIONNR = "3.5.21"
VERSIONNR = "3.5.22"
# 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 = 3.5.21
version = 3.5.22
author = 8go
description = A simple command-line Matrix client
long_description = file: PyPi-Instructions.md, README.md
Expand Down

0 comments on commit 26bca47

Please sign in to comment.