Skip to content

Commit

Permalink
Release v0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleidi-suse committed Mar 29, 2024
1 parent 7e99a1c commit 0dd6696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .guix/modules/pot.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pot/res/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <giacomo.leidi@suse.com>"]
readme = "README.md"
Expand Down

0 comments on commit 0dd6696

Please sign in to comment.