From 4f29855ee86dd2971cc5073a09ef100a755f7254 Mon Sep 17 00:00:00 2001 From: huynv44 Date: Wed, 11 Dec 2024 16:25:39 +0700 Subject: [PATCH] add version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec110c3..425c254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyshiftsla" -version = "0.2.0" +version = "0.3.0" description = "Highly customizable SLA and work-shifts Generator, for any time-keeping and days-off policies" authors = ["Huy Vu Nguyen "] readme = "README.md"