Skip to content

Commit 3ce6a22

Browse files
committed
Changes for v1.2.1
1 parent d2bb314 commit 3ce6a22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cff-version: 1.2.0
1+
cff-version: 1.2.1
22
message: "If you use this package, please cite it as below."
33
authors:
44
- family-names: "RODRIGUEZ"
55
given-names: "Lucas"
66
url: "https://lcsrodriguez.github.io"
77
title: "ecocal"
8-
version: 1.2.0
8+
version: 1.2.1
99
date-released: 2023-12-25
10-
url: "https://github.com/lcsrodriguez/ecocal"
10+
url: "https://github.com/lcsrodriguez/ecocal"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ author = {RODRIGUEZ, Lucas},
110110
month = dec,
111111
title = {{ecocal}},
112112
url = {https://github.com/lcsrodriguez/ecocal},
113-
version = {1.2.0},
113+
version = {1.2.1},
114114
year = {2023}
115115
}
116-
```
116+
```

ecocal/__init__.py

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

55
__package_name__: str = "ecocal"
66
__author__: str = "Lucas RODRIGUEZ"
7-
__version__: str = "1.2.0"
7+
__version__: str = "1.2.1"

0 commit comments

Comments
 (0)