diff --git a/main.py b/main.py index ba2eb85..765043a 100644 --- a/main.py +++ b/main.py @@ -109,7 +109,7 @@ except ImportError: WEECHAT_SCRIPT_NAME = SCRIPT_NAME WEECHAT_SCRIPT_DESCRIPTION = "matrix chat plugin" # type: str WEECHAT_SCRIPT_AUTHOR = "Damir Jelić " # type: str -WEECHAT_SCRIPT_VERSION = "0.2.0" # type: str +WEECHAT_SCRIPT_VERSION = "0.3.0" # type: str WEECHAT_SCRIPT_LICENSE = "ISC" # type: str # yapf: enable diff --git a/pyproject.toml b/pyproject.toml index f7e6c9b..7b3dca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrix" -version = "0.2.0" +version = "0.3.0" license = "ISC" description = "Weechat protocol script for Matrix." authors = ["Damir Jelić "] @@ -19,7 +19,7 @@ future = "^0.18.2" attrs = "^19.3.0" logbook = "^1.5.3" 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 } aiohttp = { version = "^3.6.2", optional = true } requests = { version = "^2.23.0", optional = true }