From d6928e86ee48804d1fe153eb3ed07a67ed7ade70 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sun, 13 Jun 2021 08:55:30 +0100 Subject: [PATCH] Bump version to 5.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ca7a80..ae11ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ line_length = 79 [tool.poetry] name = "xdg" -version = "5.0.2" +version = "5.1.0" description = "Variables defined by the XDG Base Directory Specification" authors = ["Scott Stevenson "] license = "ISC"