From e02618e51e25b94cc8eb07ff69c040d4f4a60d84 Mon Sep 17 00:00:00 2001 From: TomeHirata Date: Thu, 20 Aug 2026 14:03:09 +0900 Subject: [PATCH] chore: bump version to 0.1.10 Version 0.1.9 was already published to PyPI, causing the publish workflow to fail with a 400 Bad Request. Bump to 0.1.10 so the next release can upload successfully. Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf333e5..3a32b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dte_adj" -version = "0.1.9" +version = "0.1.10" description = "This is a Python library for estimating distributional treatment effects" readme = "README.md" requires-python = ">=3.10"