weechat-matrix: Bump our version

This commit is contained in:
Damir Jelić 2021-07-03 13:22:31 +02:00
parent d67821ae50
commit 79805d02c4
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ except ImportError:
WEECHAT_SCRIPT_NAME = SCRIPT_NAME WEECHAT_SCRIPT_NAME = SCRIPT_NAME
WEECHAT_SCRIPT_DESCRIPTION = "matrix chat plugin" # type: str WEECHAT_SCRIPT_DESCRIPTION = "matrix chat plugin" # type: str
WEECHAT_SCRIPT_AUTHOR = "Damir Jelić <poljar@termina.org.uk>" # type: str WEECHAT_SCRIPT_AUTHOR = "Damir Jelić <poljar@termina.org.uk>" # type: str
WEECHAT_SCRIPT_VERSION = "0.2.0" # type: str WEECHAT_SCRIPT_VERSION = "0.3.0" # type: str
WEECHAT_SCRIPT_LICENSE = "ISC" # type: str WEECHAT_SCRIPT_LICENSE = "ISC" # type: str
# yapf: enable # yapf: enable

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "matrix" name = "matrix"
version = "0.2.0" version = "0.3.0"
license = "ISC" license = "ISC"
description = "Weechat protocol script for Matrix." description = "Weechat protocol script for Matrix."
authors = ["Damir Jelić <poljar@termina.org.uk>"] authors = ["Damir Jelić <poljar@termina.org.uk>"]
@ -19,7 +19,7 @@ future = "^0.18.2"
attrs = "^19.3.0" attrs = "^19.3.0"
logbook = "^1.5.3" logbook = "^1.5.3"
pygments = "^2.6.1" pygments = "^2.6.1"
matrix-nio = { version = "^0.9.0", extras = [ "e2e" ] } matrix-nio = { version = "^0.18.0", extras = [ "e2e" ] }
python-magic = { version = "^0.4.15", optional = true } python-magic = { version = "^0.4.15", optional = true }
aiohttp = { version = "^3.6.2", optional = true } aiohttp = { version = "^3.6.2", optional = true }
requests = { version = "^2.23.0", optional = true } requests = { version = "^2.23.0", optional = true }