pytproject.toml: Bump the version and switch back to the latest nio.
This commit is contained in:
parent
65a5db7291
commit
5ba5948eee
2 changed files with 2 additions and 2 deletions
|
@ -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>"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue