Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "dte_adj: A Python Package for Estimating Distribution Treatment Effects"
version: 0.1.8
version: 0.1.9
date-released: 2024-12-01
url: "https://github.com/CyberAgentAILab/python-dte-adjustment"
repository-code: "https://github.com/CyberAgentAILab/python-dte-adjustment"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "dte_adj"
copyright = "2024, CyberAgent, Inc."
author = "CyberAgent, Inc"
release = "0.1.8"
release = "0.1.9"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dte_adj"
version = "0.1.8"
version = "0.1.9"
description = "This is a Python library for estimating distributional treatment effects"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading
Loading