pytproject.toml: Bump the version and switch back to the latest nio.

This commit is contained in:
Damir Jelić 2020-03-29 13:13:14 +02:00
parent 65a5db7291
commit 5ba5948eee
2 changed files with 2 additions and 2 deletions

View file

@ -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ć <poljar@termina.org.uk>"]

View file

@ -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