Skip to content

Commit

Permalink
chore: release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Apr 21, 2024
1 parent a6e65b9 commit 2e161a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/funix/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "funix"
version = "0.5.5"
version = "0.5.6"
authors = [
{name = "Textea Inc.", email = "hello@funix.io"}
]
Expand Down

0 comments on commit 2e161a3

Please sign in to comment.