From 5ba5948eeeb5fd719bccd93e8f3f86bde8c03bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 29 Mar 2020 13:13:14 +0200 Subject: [PATCH] pytproject.toml: Bump the version and switch back to the latest nio. --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45894d9..8bcf77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "matrix" -version = "0.1.0" +version = "0.2.0" license = "ISC" description = "Weechat protocol script for Matrix." authors = ["Damir Jelić "] diff --git a/requirements.txt b/requirements.txt index 4f8f7cb..232673f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ atomicwrites attrs logbook pygments -matrix-nio[e2e]==0.6 +matrix-nio[e2e]=>0.6 aiohttp ; python_version >= "3.5" python-magic requests