From 0dd6696b2b38f056e1304e072eb8935ab8bb3fdd Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Fri, 29 Mar 2024 01:50:12 +0100 Subject: [PATCH] Release v0.0.5. --- .guix/modules/pot.scm | 2 +- pot/res/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.guix/modules/pot.scm b/.guix/modules/pot.scm index b9b95fb..430467f 100644 --- a/.guix/modules/pot.scm +++ b/.guix/modules/pot.scm @@ -26,7 +26,7 @@ (define-public pot.git (package (name "pot.git") - (version "0.0.4") + (version "0.0.5") (source (local-file "../.." "pot-checkout" #:recursive? #t diff --git a/pot/res/VERSION b/pot/res/VERSION index 05b19b1..fa3de58 100644 --- a/pot/res/VERSION +++ b/pot/res/VERSION @@ -1 +1 @@ -0.0.4 \ No newline at end of file +0.0.5 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8bf51bb..87fd1aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pot" -version = "0.0.4" +version = "0.0.5" 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"