Skip to content

Commit 47a9e96

Browse files
v0.4.3 -> v0.5.0
1 parent 32e6f48 commit 47a9e96

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.4.3) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
4+
(Version 0.5.0) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
55
authors:
66
- family-names: Lhotte
77
given-names: Romain
@@ -16,7 +16,7 @@ authors:
1616
given-names: Jean-Luc
1717
orcid: https://orcid.org/0000-0002-5766-046X
1818
title: Python Eplet Load Calculator (PELC) package
19-
version: 0.4.3
19+
version: 0.5.0
2020
doi: doi.org/10.5281/zenodo.7254809
2121
link: https://github.com/MICS-Lab/pecc
2222
date-released: 2022-10-26

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If you use this software, please cite it as below.
172172
If you use this software, please cite it as below.
173173
174174
Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022).
175-
Python Eplet Load Calculator (PELC) package (Version 0.4.3) [Computer software].
175+
Python Eplet Load Calculator (PELC) package (Version 0.5.0) [Computer software].
176176
https://doi.org/10.5281/zenodo.7254809
177177
```
178178

@@ -187,7 +187,7 @@ https://doi.org/10.5281/zenodo.7254809
187187
month = oct,
188188
year = 2022,
189189
publisher = {Zenodo},
190-
version = {0.4.3},
190+
version = {0.5.0},
191191
doi = {10.5281/zenodo.7526198},
192192
}
193193
```

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.4.3"
3+
version = "0.5.0"
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.4.3'
5+
assert __version__ == '0.5.0'

0 commit comments

Comments
 (0)