From 2e161a38a9849fe883b44e5ad1d969dd535bf114 Mon Sep 17 00:00:00 2001 From: yazawazi <47273265+Yazawazi@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:41:54 +0800 Subject: [PATCH] chore: release `0.5.6` --- backend/funix/__main__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/funix/__main__.py b/backend/funix/__main__.py index d9a902c..dbfaa0a 100644 --- a/backend/funix/__main__.py +++ b/backend/funix/__main__.py @@ -81,7 +81,7 @@ def cli_main(): This function is called when you run `python -m funix` or `funix` from the command line. """ - plac.call(main, version="Funix 0.5.5") + plac.call(main, version="Funix 0.5.6") if __name__ == "__main__": diff --git a/pyproject.toml b/pyproject.toml index 843989c..b711bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "funix" -version = "0.5.5" +version = "0.5.6" authors = [ {name = "Textea Inc.", email = "hello@funix.io"} ]