From 4ad40ae885b5f7956e18ade845586a3aee0e1734 Mon Sep 17 00:00:00 2001 From: Mikkel Munch Mortensen <3xm@detfalskested.dk> Date: Thu, 22 Aug 2024 09:10:57 +0200 Subject: [PATCH] Bump the version even further With the API breaking changes, I think it's better to bump to next major version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82ea832..b6dc090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cpsms" -version = "2.1.0" +version = "3.0.0" authors = [ { name="Mikkel Munch Mortensen", email="3xm@detfalskested.dk" }, ]