Skip to content

Commit a931b96

Browse files
0.5.4.4 -> 0.5.4.5
1 parent ad56e20 commit a931b96

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below.
33
Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022). Python Eplet Load Calculator (PELC) package
4-
(Version 0.5.4.4) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
4+
(Version 0.5.4.5) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
55
authors:
66
- family-names: Lhotte
77
given-names: Romain
@@ -14,7 +14,7 @@ authors:
1414
given-names: Jean-Luc
1515
orcid: https://orcid.org/0000-0002-5766-046X
1616
title: Python Eplet Load Calculator (PELC) package
17-
version: 0.5.4.4
17+
version: 0.5.4.5
1818
doi: 10.5281/zenodo.7254809
1919
link: https://github.com/MICS-Lab/pelc
2020
date-released: 2022-10-26

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ expression '^.[PQR]*(\d+)' (interlocus2) either.
9393

9494

9595
### Unit tests
96-
Tested on `Python 3.10.6` (`pelc0.5.2`) & `Python 3.11.1` (`pelc0.5.2`) & `Python 3.12.5` (`pelc0.5.4.4`).
96+
Tested on `Python 3.10.6` (`pelc0.5.2`) & `Python 3.11.1` (`pelc0.5.2`) & `Python 3.12.5` (`pelc0.5.4.5`).
9797
```
9898
platform win32 -- Python 3.10.6, pytest-7.4.0, pluggy-1.2.0
9999
plugins: mypy-0.10.3
@@ -215,7 +215,7 @@ If you use this software, please cite it as below.
215215
If you use this software, please cite it as below.
216216
217217
Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022).
218-
Python Eplet Load Calculator (PELC) package (Version 0.5.4.4) [Computer software].
218+
Python Eplet Load Calculator (PELC) package (Version 0.5.4.5) [Computer software].
219219
https://doi.org/10.5281/zenodo.7254809
220220
```
221221

@@ -230,7 +230,7 @@ https://doi.org/10.5281/zenodo.7254809
230230
month = oct,
231231
year = 2022,
232232
publisher = {Zenodo},
233-
version = {0.5.4.4},
233+
version = {0.5.4.5},
234234
doi = {10.5281/zenodo.7526198},
235235
}
236236
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pelc"
3-
version = "0.5.4.4"
3+
version = "0.5.4.5"
44
description = "Python Eplet Load Calculator"
55
authors = ["JasonMendoza2008 <lhotteromain@gmail.com>"]
66
readme = "README.md"

tests/test_pelc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.5.4.4'
5+
assert __version__ == '0.5.4.5'

0 commit comments

Comments
 (0)