Skip to content

Commit 0d36d07

Browse files
committed
release: v1.0.8
1 parent 326d9b4 commit 0d36d07

3 files changed

Lines changed: 4 additions & 4 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: "dii-calculator: Dietary Inflammatory Index Calculator for Python"
5-
version: 1.0.7
5+
version: 1.0.8
66
date-released: 2025-06-01
77
url: "https://github.com/strathlab-data/DII"
88
repository-code: "https://github.com/strathlab-data/DII"

pyproject.toml

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

55
[project]
66
name = "dii-calculator"
7-
version = "1.0.7"
7+
version = "1.0.8"
88
description = "A Python implementation of the Dietary Inflammatory Index (DII) calculator for nutritional epidemiology research"
99
readme = "README.md"
1010
license = "MIT"
@@ -90,7 +90,7 @@ python_files = ["test_*.py"]
9090
addopts = "-v --tb=short"
9191

9292
[tool.bumpver]
93-
current_version = "1.0.7"
93+
current_version = "1.0.8"
9494
version_pattern = "MAJOR.MINOR.PATCH"
9595
commit_message = "release: v{new_version}"
9696
commit = true

src/dii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
University of Florida, Department of Health Outcomes and Biomedical Informatics
4141
"""
4242

43-
__version__ = "1.0.7"
43+
__version__ = "1.0.8"
4444
__author__ = "Ted Clark, Larissa Strath"
4545
__email__ = "tedclark94@gmail.com"
4646

0 commit comments

Comments
 (0)