diff --git a/docs/source/conf.py b/docs/source/conf.py index 0583004..1e4d356 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = "dte_adj" copyright = "2024, CyberAgent, Inc." author = "CyberAgent, Inc" -release = "0.1.6" +release = "0.1.7" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7bce8d7..54cfe88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dte_adj" -version = "0.1.6" +version = "0.1.7" description = "This is a Python library for estimating distributional treatment effects" readme = "README.md" requires-python = ">=3.10"