We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5491a23 commit 47ff7a1Copy full SHA for 47ff7a1
docs/source/conf.py
@@ -13,7 +13,7 @@
13
project = "dte_adj"
14
copyright = "2024, CyberAgent, Inc."
15
author = "CyberAgent, Inc"
16
-release = "0.1.6"
+release = "0.1.7"
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "dte_adj"
7
-version = "0.1.6"
+version = "0.1.7"
8
description = "This is a Python library for estimating distributional treatment effects"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments