Skip to content

Commit bfb612c

Browse files
committed
chore: release 0.6.1
1 parent 777f7ae commit bfb612c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/funix/__main__.py

Lines changed: 1 addition & 1 deletion
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.6.0")
84+
plac.call(main, version="Funix 0.6.1")
8585

8686

8787
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.6.0"
3+
version = "0.6.1"
44
authors = [
55
{name = "Textea Inc.", email = "forrestbao@gmail.com"}
66
]

0 commit comments

Comments
 (0)