From 22da894ae6f82244b3c1b2a11afb480c72cda602 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Thu, 12 Nov 2020 21:56:02 +0000 Subject: [PATCH] Bump version to 5.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62b1414..e74e834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ line_length = 79 [tool.poetry] name = "xdg" -version = "5.0.0" +version = "5.0.1" description = "Variables defined by the XDG Base Directory Specification" authors = ["Scott Stevenson "] license = "ISC"