mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-22 14:30:57 -04:00
pantalaimon: Bump our version
This commit is contained in:
parent
c6b021ed11
commit
e3be7bee3b
4 changed files with 13 additions and 4 deletions
4
setup.py
4
setup.py
|
@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
|
|||
|
||||
setup(
|
||||
name="pantalaimon",
|
||||
version="0.10.1",
|
||||
version="0.10.2",
|
||||
url="https://github.com/matrix-org/pantalaimon",
|
||||
author="The Matrix.org Team",
|
||||
author_email="poljar@termina.org.uk",
|
||||
|
@ -29,7 +29,7 @@ setup(
|
|||
"cachetools >= 3.0.0",
|
||||
"prompt_toolkit > 2, < 4",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio[e2e] >= 0.14, < 0.19"
|
||||
"matrix-nio[e2e] >= 0.18, < 0.19"
|
||||
],
|
||||
extras_require={
|
||||
"ui": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue