Skip to content

Commit 8b1e7f1

Browse files
authored
Bump version to 0.1.9 (#103)
* Bump version to 0.1.9 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Bump version to 0.1.9 in CITATION.cff, docs, and uv.lock
1 parent a36eabd commit 8b1e7f1

4 files changed

Lines changed: 955 additions & 952 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
type: software
44
title: "dte_adj: A Python Package for Estimating Distribution Treatment Effects"
5-
version: 0.1.8
5+
version: 0.1.9
66
date-released: 2024-12-01
77
url: "https://github.com/CyberAgentAILab/python-dte-adjustment"
88
repository-code: "https://github.com/CyberAgentAILab/python-dte-adjustment"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "dte_adj"
1414
copyright = "2024, CyberAgent, Inc."
1515
author = "CyberAgent, Inc"
16-
release = "0.1.8"
16+
release = "0.1.9"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 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.8"
7+
version = "0.1.9"
88
description = "This is a Python library for estimating distributional treatment effects"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)