Skip to content

Commit

Permalink
v0.4.3 -> v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMendoza2008 committed Apr 3, 2023
1 parent 32e6f48 commit 47a9e96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below.
Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022). Python Eplet Load Calculator (PELC) package
(Version 0.4.3) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
(Version 0.5.0) [Computer software]. https://doi.org/10.5281/zenodo.7254809"
authors:
- family-names: Lhotte
given-names: Romain
Expand All @@ -16,7 +16,7 @@ authors:
given-names: Jean-Luc
orcid: https://orcid.org/0000-0002-5766-046X
title: Python Eplet Load Calculator (PELC) package
version: 0.4.3
version: 0.5.0
doi: doi.org/10.5281/zenodo.7254809
link: https://github.com/MICS-Lab/pecc
date-released: 2022-10-26
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If you use this software, please cite it as below.
If you use this software, please cite it as below.
Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022).
Python Eplet Load Calculator (PELC) package (Version 0.4.3) [Computer software].
Python Eplet Load Calculator (PELC) package (Version 0.5.0) [Computer software].
https://doi.org/10.5281/zenodo.7254809
```

Expand All @@ -187,7 +187,7 @@ https://doi.org/10.5281/zenodo.7254809
month = oct,
year = 2022,
publisher = {Zenodo},
version = {0.4.3},
version = {0.5.0},
doi = {10.5281/zenodo.7526198},
}
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pelc"
version = "0.4.3"
version = "0.5.0"
description = "Python Eplet Load Calculator"
authors = ["JasonMendoza2008 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pelc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.4.3'
assert __version__ == '0.5.0'

0 comments on commit 47a9e96

Please sign in to comment.