Skip to content

Commit

Permalink
Merge pull request #26 from decargroup/fix-broken-release
Browse files Browse the repository at this point in the history
Update release workflow version
  • Loading branch information
sdahdah authored Dec 18, 2024
2 parents 3124fa1 + 52b68fa commit 92b2a4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/[email protected].2
uses: pypa/[email protected].3
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ authors:
orcid: "https://orcid.org/0000-0002-1987-9268"
affiliation: "McGill University"
title: "decargroup/dkpy"
version: v0.1.5
version: v0.1.6
url: "https://github.com/decargroup/dkpy"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ If you use this software in your research, please cite it as below or see
title={{decargroup/dkpy}},
url={https://github.com/decargroup/dkpy},
author={Steven Dahdah and James Richard Forbes},
version = {{v0.1.5}},
version = {{v0.1.6}},
year={2024},
}
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
project = "dkpy"
copyright = "2024, Steven Dahdah and James Richard Forbes"
author = "Steven Dahdah and James Richard Forbes"
version = "0.1.5"
release = "0.1.5"
version = "0.1.6"
release = "0.1.6"

# -- 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 = "hatchling.build"

[project]
name = "dkpy"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"numpy>=1.21.0",
"scipy>=1.7.0",
Expand Down

0 comments on commit 92b2a4e

Please sign in to comment.