pantalaimon: Bump the version.

This commit is contained in:
Damir Jelić 2020-02-21 16:39:17 +01:00
parent 99ff3eaf02
commit 606efff925
3 changed files with 4 additions and 4 deletions

View File

@ -132,7 +132,7 @@ async def message_router(receive_queue, send_queue, proxies):
"connect to pantalaimon." "connect to pantalaimon."
) )
) )
@click.version_option(version="0.4", prog_name="pantalaimon") @click.version_option(version="0.5", prog_name="pantalaimon")
@click.option( @click.option(
"--log-level", "--log-level",
type=click.Choice(["error", "warning", "info", "debug"]), type=click.Choice(["error", "warning", "info", "debug"]),

View File

@ -690,7 +690,7 @@ class PanCtl:
"the pantalaimon daemon." "the pantalaimon daemon."
) )
) )
@click.version_option(version="0.4", prog_name="panctl") @click.version_option(version="0.5", prog_name="panctl")
def main(): def main():
loop = asyncio.get_event_loop() loop = asyncio.get_event_loop()
glib_loop = GLib.MainLoop() glib_loop = GLib.MainLoop()

View File

@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
setup( setup(
name="pantalaimon", name="pantalaimon",
version="0.4", version="0.5",
url="https://github.com/matrix-org/pantalaimon", url="https://github.com/matrix-org/pantalaimon",
author="The Matrix.org Team", author="The Matrix.org Team",
author_email="poljar@termina.org.uk", author_email="poljar@termina.org.uk",
@ -29,7 +29,7 @@ setup(
"cachetools >= 3.0.0" "cachetools >= 3.0.0"
"prompt_toolkit>2<4", "prompt_toolkit>2<4",
"typing;python_version<'3.5'", "typing;python_version<'3.5'",
"matrix-nio[e2e] >= 0.4.1" "matrix-nio[e2e] >= 0.8.0"
], ],
extras_require={ extras_require={
"ui": [ "ui": [