We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.5.4
1 parent 4ef833c commit 3f42e22Copy full SHA for 3f42e22
backend/funix/__main__.py
@@ -106,7 +106,7 @@ def cli_main():
106
107
This function is called when you run `python -m funix` or `funix` from the command line.
108
"""
109
- plac.call(main, version="Funix 0.5.3")
+ plac.call(main, version="Funix 0.5.4")
110
111
112
if __name__ == "__main__":
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "funix"
3
-version = "0.5.3"
+version = "0.5.4"
4
authors = [
5
{name = "Textea Inc.", email = "bao@textea.co"}
6
]
0 commit comments