Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
update matrix nio
Browse files Browse the repository at this point in the history
  • Loading branch information
finzzz committed Aug 1, 2021
1 parent 6ea0b56 commit 119b078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bucktrix/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from bucktrix import config, conn, task, callback


VERSION = "0.1.5"
VERSION = "0.1.6"

BUXTRIX_DIR = os.getenv("BUCKTRIX_DIR")
if not BUXTRIX_DIR:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Vincent Carlos <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"
matrix-nio = {extras = ["e2e"], version = "^0.16.0"}
matrix-nio = {extras = ["e2e"], version = "^0.18.6"}

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 119b078

Please sign in to comment.