From ff16f535575b064666f3102e9fd8d80cdc5668ec Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 15 Apr 2024 02:24:46 +0530 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca1944a..c376f4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inni" -version = "0.1.0" +version = "0.2.0" description = "Modular system to perform tasks surrounding log-in and log-out." authors = ["Ceda EI "] license = "GPL-3.0"