Skip to content

Commit 3f42e22

Browse files
committed
chore: release 0.5.4
1 parent 4ef833c commit 3f42e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/funix/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def cli_main():
106106
107107
This function is called when you run `python -m funix` or `funix` from the command line.
108108
"""
109-
plac.call(main, version="Funix 0.5.3")
109+
plac.call(main, version="Funix 0.5.4")
110110

111111

112112
if __name__ == "__main__":

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "funix"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = [
55
{name = "Textea Inc.", email = "bao@textea.co"}
66
]

0 commit comments

Comments
 (0)