From 91396269b25921d486faa639a7f7e4e7cd6e29df Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sat, 19 Oct 2024 15:33:04 +0100 Subject: [PATCH] Bump version to 6.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9607c53..a38488b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xdg-base-dirs" -version = "6.0.1" +version = "6.0.2" description = "Variables defined by the XDG Base Directory Specification" authors = ["Scott Stevenson "] license = "ISC"