pantalaimon: Bump version.

This commit is contained in:
Damir Jelić 2019-07-26 15:10:25 +02:00
parent 83f749d486
commit 555c2b5f9e
No known key found for this signature in database
GPG Key ID: 8F6EEDC13811F72F
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ async def message_router(receive_queue, send_queue, proxies):
"connect to pantalaimon." "connect to pantalaimon."
) )
) )
@click.version_option(version="0.1", prog_name="pantalaimon") @click.version_option(version="0.2", 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

@ -626,7 +626,7 @@ class PanCtl:
"the pantalaimon daemon." "the pantalaimon daemon."
) )
) )
@click.version_option(version="0.1", prog_name="panctl") @click.version_option(version="0.2", 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.1", version="0.2",
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",