diff --git a/main_win.spec b/main_win.spec index fbcd030..83289ff 100644 --- a/main_win.spec +++ b/main_win.spec @@ -41,5 +41,5 @@ exe = EXE( upx=True, upx_exclude=[], runtime_tmpdir=None, - console=False, + console=True, ) diff --git a/pyproject.toml b/pyproject.toml index c181c81..ade2adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mydevoirs" -version = "0.4.0" +version = "0.4.1-alpha.0" description = "" authors = ["jgirardet "]