From e868716c9a9a1e5d7f95a3de8a93b020aabd0bc5 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Fri, 16 Dec 2022 21:36:52 +0100 Subject: [PATCH] fix version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d133be0..b8eb45c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onboardme" -version = "0.15.16" +version = "0.16.0" description = "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS." authors = ["Jesse Hitch "] license = "AGPL-3.0-or-later"