Skip to content

Commit fd63074

Browse files
committed
Bump version
1 parent e33a954 commit fd63074

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ authors:
1010
orcid: "https://orcid.org/0000-0002-1987-9268"
1111
affiliation: "McGill University"
1212
title: "decargroup/dkpy"
13-
version: v0.1.6
13+
version: v0.1.7
1414
url: "https://github.com/decargroup/dkpy"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ If you use this software in your research, please cite it as below or see
137137
url={https://github.com/decargroup/dkpy},
138138
publisher={Zenodo},
139139
author={Steven Dahdah and James Richard Forbes},
140-
version = {{v0.1.6}},
140+
version = {{v0.1.7}},
141141
year={2024},
142142
}

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = "dkpy"
1010
copyright = "2024, Steven Dahdah and James Richard Forbes"
1111
author = "Steven Dahdah and James Richard Forbes"
12-
version = "0.1.6"
13-
release = "0.1.6"
12+
version = "0.1.7"
13+
release = "0.1.7"
1414

1515
# -- General configuration ---------------------------------------------------
1616
# 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 = "hatchling.build"
44

55
[project]
66
name = "dkpy"
7-
version = "0.1.6"
7+
version = "0.1.7"
88
dependencies = [
99
"numpy>=1.21.0",
1010
"scipy>=1.7.0",

0 commit comments

Comments
 (0)