mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-04-27 02:49:28 -04:00
pantalaimon: Bump version.
This commit is contained in:
parent
d9ed67e9bf
commit
4e29caf8b2
@ -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"]),
|
||||
|
@ -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()
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user