diff --git a/.guix/modules/ocui.scm b/.guix/modules/ocui.scm index ece264c..46db58e 100644 --- a/.guix/modules/ocui.scm +++ b/.guix/modules/ocui.scm @@ -26,7 +26,7 @@ (define-public ocui.git (package (name "ocui.git") - (version "0.0.7") + (version "0.1.0") (source (local-file "../.." "ocui-checkout" #:recursive? #t diff --git a/ocui/res/VERSION b/ocui/res/VERSION index 5c4511c..6c6aa7c 100644 --- a/ocui/res/VERSION +++ b/ocui/res/VERSION @@ -1 +1 @@ -0.0.7 \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cfb0556..94c39ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocui" -version = "0.0.7" +version = "0.1.0" description = "This is a simple and handy text based GUI utility for dealing with boring and repetitive tasks when managing containers." authors = ["Giacomo Leidi "] readme = "README.md"