main: Bump the version in the script as well.
This commit is contained in:
parent
834c11e295
commit
950d912c82
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -107,7 +107,7 @@ except ImportError:
|
|||
WEECHAT_SCRIPT_NAME = SCRIPT_NAME
|
||||
WEECHAT_SCRIPT_DESCRIPTION = "matrix chat plugin" # type: str
|
||||
WEECHAT_SCRIPT_AUTHOR = "Damir Jelić <poljar@termina.org.uk>" # type: str
|
||||
WEECHAT_SCRIPT_VERSION = "0.1" # type: str
|
||||
WEECHAT_SCRIPT_VERSION = "0.2.0" # type: str
|
||||
WEECHAT_SCRIPT_LICENSE = "ISC" # type: str
|
||||
# yapf: enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue