From 2546965000a1ffd110a7f666919d62b19acfbdc8 Mon Sep 17 00:00:00 2001 From: Yura52 Date: Sat, 2 Sep 2023 15:32:25 +0300 Subject: [PATCH] package | fix project links in pyproject.toml --- docs/paper_tabular_dl_revisiting_models.html | 2 +- package/paper_tabular_dl_revisiting_models.py | 2 +- package/pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/paper_tabular_dl_revisiting_models.html b/docs/paper_tabular_dl_revisiting_models.html index 94860cd..ff3da04 100644 --- a/docs/paper_tabular_dl_revisiting_models.html +++ b/docs/paper_tabular_dl_revisiting_models.html @@ -357,7 +357,7 @@

API

60 implementation of the module and individual items. 61 62""" # noqa: E501 - 63__version__ = '0.0.1' + 63__version__ = '0.0.2' 64 65__all__ = [ 66 'MLP', diff --git a/package/paper_tabular_dl_revisiting_models.py b/package/paper_tabular_dl_revisiting_models.py index 6c3af78..acb6299 100644 --- a/package/paper_tabular_dl_revisiting_models.py +++ b/package/paper_tabular_dl_revisiting_models.py @@ -60,7 +60,7 @@ implementation of the module and individual items. """ # noqa: E501 -__version__ = '0.0.1' +__version__ = '0.0.2' __all__ = [ 'MLP', diff --git a/package/pyproject.toml b/package/pyproject.toml index adc5f62..6f2787c 100644 --- a/package/pyproject.toml +++ b/package/pyproject.toml @@ -28,8 +28,8 @@ name = "paper_tabular_dl_revisiting_models" requires-python = ">=3.8" [project.urls] -Code = "https://github.com/yandex-research/tabular_dl_revisiting_models" -Documentation = "https://yandex-research.github.io/tabular_dl_revisiting_models" +Code = "https://github.com/yandex-research/tabular-dl-revisiting-models/tree/main/package" +Documentation = "https://yandex-research.github.io/tabular-dl-revisiting-models" [tool.black] skip_string_normalization = true