From 53d51bab7145d7b5ccf899f06aecc59e87f24ffd Mon Sep 17 00:00:00 2001 From: piotrlaczkowski Date: Thu, 14 Mar 2024 15:57:12 +0100 Subject: [PATCH] ops(KDP): adding docs link --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d979c17..35e142c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "kdp" -version = "0.1.0" -documentation = "" +version = "1.0.0" +documentation = "piotrlaczkowski.github.io/keras-data-processor/" repository = "https://github.com/piotrlaczkowski/keras-data-processor" description = "Data Preprocessing model based on Keras preprocessing layers" authors = ["piotrlaczkowski "]