From 907bb83246c929af141d66f561fde03c671b255f Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Wed, 3 Apr 2024 00:45:19 +0200 Subject: [PATCH] Release v0.0.7. --- .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 a4ed26a..76acf30 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.6") + (version "0.0.7") (source (local-file "../.." "pot-checkout" #:recursive? #t diff --git a/pot/res/VERSION b/pot/res/VERSION index 99d85ec..5c4511c 100644 --- a/pot/res/VERSION +++ b/pot/res/VERSION @@ -1 +1 @@ -0.0.6 \ No newline at end of file +0.0.7 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6a4c389..f6ec0b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pot" -version = "0.0.6" +version = "0.0.7" 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"