File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ contact:
2222- family-names : Binns
2323 given-names : Thomas S.
2424 orcid : " https://orcid.org/0000-0003-0657-0891"
25- doi : 10.5281/zenodo.17186129
25+ doi : 10.5281/zenodo.8377820
2626message : If you use this software, please cite our article in the
2727 Journal of Open Source Software.
2828preferred-citation :
Original file line number Diff line number Diff line change 1515project = "PyBispectra"
1616copyright = "2023-2025, Thomas S. Binns"
1717author = "Thomas S. Binns"
18- release = "1.2.3 "
18+ release = "1.2.4 "
1919
2020# -- General configuration ---------------------------------------------------
2121# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ description = "A Python signal processing package for computing spectral-domain
2222name = " pybispectra"
2323readme = " README.md"
2424requires-python = " >=3.10"
25- version = " 1.2.3 "
25+ version = " 1.2.4 "
2626
2727[project .optional-dependencies ]
2828dev = [" pybispectra[doc]" , " pybispectra[lint]" , " pybispectra[test]" ]
Original file line number Diff line number Diff line change 11"""Initialisation of the PyBispectra package."""
22
3- __version__ = "1.2.3 "
3+ __version__ = "1.2.4 "
44
55from .cfc import AAC , PAC , PPC
66from .general import Bispectrum , Threenorm
You can’t perform that action at this time.
0 commit comments