Skip to content

Commit 36dd0f7

Browse files
authored
Merge pull request #16 from CyberAgentAILab/version/0.1.2
Upgrade to 0.1.2
2 parents 13c4b38 + 372fdb4 commit 36dd0f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dte_adj"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "This is a Python library for a research paper 'Estimating Distributional Treatment Effects in Randomized Experiments: Machine Learning for Variance Reduction'"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
1617
"License :: OSI Approved :: MIT License",
1718
"Operating System :: OS Independent"
1819
]

0 commit comments

Comments
 (0)