File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Build Standalone Binary
3535 run : |
36- pyinstaller --onefile --name mate app/main.py
36+ pyinstaller --onefile --name mate --hidden-import charset_normalizer app/main.py
3737
3838 - name : Test Binary
3939 shell : bash
Original file line number Diff line number Diff line change 117117 help = "Show the current [bold cyan]version[/bold cyan] of mate."
118118)
119119def version ():
120- TextDisplay .style_text ("mate: 1.0.1 " , style = "blue" )
120+ TextDisplay .style_text ("mate: 1.0.2 " , style = "blue" )
121121
122122
123123# mate about
@@ -139,7 +139,7 @@ def about():
139139 • Abstraction layer over Docker CLI
140140 """ ,
141141 border_style = "gray50" ,
142- subtitle = "Version 1.0.1 "
142+ subtitle = "Version 1.0.2 "
143143 )
144144
145145if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " devmate"
7- version = " 1.0.1 "
7+ version = " 1.0.2 "
88description = " The friendly internal developer platform CLI."
99dependencies = [
1010 " typer[all]" ,
You can’t perform that action at this time.
0 commit comments