Skip to content

Commit 8105819

Browse files
committedSep 19, 2023
v0.5.4 -> v0.5.4.1
Bugfix
1 parent 89980ad commit 8105819

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎CITATION.cff

+2-2
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) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
4+
(Version 0.5.4.1) [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.5.4
19+
version: 0.5.4.1
2020
doi: doi.org/10.5281/zenodo.7254809
2121
link: https://github.com/MICS-Lab/pecc
2222
date-released: 2022-10-26

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ If you use this software, please cite it as below.
177177
If you use this software, please cite it as below.
178178
179179
Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022).
180-
Python Eplet Load Calculator (PELC) package (Version 0.5.4) [Computer software].
180+
Python Eplet Load Calculator (PELC) package (Version 0.5.4.1) [Computer software].
181181
https://doi.org/10.5281/zenodo.7254809
182182
```
183183

@@ -192,7 +192,7 @@ https://doi.org/10.5281/zenodo.7254809
192192
month = oct,
193193
year = 2022,
194194
publisher = {Zenodo},
195-
version = {0.5.4},
195+
version = {0.5.4.1},
196196
doi = {10.5281/zenodo.7526198},
197197
}
198198
```

‎pyproject.toml

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

‎tests/test_pelc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.5.4'
5+
assert __version__ == '0.5.4.1'

0 commit comments

Comments
 (0)
Please sign in to comment.