Skip to content

Commit 7044c2c

Browse files
committed
chore: release 0.5.2.1
1 parent 8cb17b2 commit 7044c2c

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
@@ -104,7 +104,7 @@ def cli_main():
104104
105105
This function is called when you run `python -m funix` or `funix` from the command line.
106106
"""
107-
plac.call(main, version="Funix 0.5.2")
107+
plac.call(main, version="Funix 0.5.2.1")
108108

109109

110110
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.2"
3+
version = "0.5.2.1"
44
authors = [
55
{name = "Textea Inc.", email = "bao@textea.co"}
66
]

0 commit comments

Comments
 (0)