Skip to content

Commit 2e161a3

Browse files
committed
chore: release 0.5.6
1 parent a6e65b9 commit 2e161a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/funix/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def cli_main():
8181
8282
This function is called when you run `python -m funix` or `funix` from the command line.
8383
"""
84-
plac.call(main, version="Funix 0.5.5")
84+
plac.call(main, version="Funix 0.5.6")
8585

8686

8787
if __name__ == "__main__":

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "funix"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
authors = [
55
{name = "Textea Inc.", email = "[email protected]"}
66
]

0 commit comments

Comments
 (0)