pantalaimon: Bump version.

This commit is contained in:
Damir Jelić 2019-12-19 16:55:51 +01:00
parent d9ed67e9bf
commit 4e29caf8b2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
setup(
name="pantalaimon",
version="0.3",
version="0.4",
url="https://github.com/matrix-org/pantalaimon",
author="The Matrix.org Team",
author_email="poljar@termina.org.uk",