From 1d2b75928d557b4d7ecbf9a017680c59e319455e Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sat, 6 Dec 2025 13:17:52 +0100 Subject: Bump to v0.2.0: FIRST RELEASE!!! (though a beta ig... there will be bugs) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae6103c..df39aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "acit" -version = "0.1.1" +version = "0.2.0" description = "" authors = [ {name = "vosjedev",email = "vosje+git@vosjedev.net"} -- cgit