File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cff-version: 1.2.0
22message : " If you use this software, please cite it as below."
33type : software
44title : " dii-calculator: Dietary Inflammatory Index Calculator for Python"
5- version : 1.0.7
5+ version : 1.0.8
66date-released : 2025-06-01
77url : " https://github.com/strathlab-data/DII"
88repository-code : " https://github.com/strathlab-data/DII"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " dii-calculator"
7- version = " 1.0.7 "
7+ version = " 1.0.8 "
88description = " A Python implementation of the Dietary Inflammatory Index (DII) calculator for nutritional epidemiology research"
99readme = " README.md"
1010license = " MIT"
@@ -90,7 +90,7 @@ python_files = ["test_*.py"]
9090addopts = " -v --tb=short"
9191
9292[tool .bumpver ]
93- current_version = " 1.0.7 "
93+ current_version = " 1.0.8 "
9494version_pattern = " MAJOR.MINOR.PATCH"
9595commit_message = " release: v{new_version}"
9696commit = true
Original file line number Diff line number Diff line change 4040University 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
You can’t perform that action at this time.
0 commit comments