From 11d82411c97dbb9015cf406f55a0936ffb878609 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Thu, 5 Oct 2023 16:14:36 +0200 Subject: [PATCH] Update version to v0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75c2c86..1960aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ target-version = ['py37'] [tool.poetry] name = "cfgs" -version = "0.12.0" +version = "0.13.0" description = "🍇 XDG standard config files 🍇" authors = ["Tom Ritchford "] license = "MIT"