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.2.1
1 parent 8cb17b2 commit 7044c2cCopy full SHA for 7044c2c
backend/funix/__main__.py
@@ -104,7 +104,7 @@ def cli_main():
104
105
This function is called when you run `python -m funix` or `funix` from the command line.
106
"""
107
- plac.call(main, version="Funix 0.5.2")
+ plac.call(main, version="Funix 0.5.2.1")
108
109
110
if __name__ == "__main__":
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "funix"
3
-version = "0.5.2"
+version = "0.5.2.1"
4
authors = [
5
{name = "Textea Inc.", email = "bao@textea.co"}
6
]
0 commit comments