diff --git a/CITATION.bib b/CITATION.bib index e1ba8379..309ec00d 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -2,6 +2,6 @@ @software{elisa2024 author = {Wang-Chen Xue and Shao-Lin Xiong and Sheng-Lun Xie and Chao Zheng and Yan-Qiu Zhang and Jia-Cong Liu}, title = {ELISA: Efficient Library for Spectral Analysis in High-Energy Astrophysics}, url = {https://github.com/wcxve/elisa}, - version = {v0.1.5}, + version = {v0.1.7}, year = {2024}, } diff --git a/src/elisa/__about__.py b/src/elisa/__about__.py index 2fb25139..124e4620 100644 --- a/src/elisa/__about__.py +++ b/src/elisa/__about__.py @@ -1 +1 @@ -__version__ = '0.1.6' +__version__ = '0.1.7'