Skip to content

Commit 857edf6

Browse files
committed
add missing units
1 parent 90ac637 commit 857edf6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

pathways/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = (1, 0, 2)
1+
__version__ = (1, 0, 3)
22
__all__ = ("__version__", "Pathways", "run_gsa", "configure_logging")
33

44

pathways/data/units_conversion.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ billion tkm/yr:
3535

3636
billion pkm/yr:
3737
person kilometer: 1e+9
38-
kilometer: 1e+9
38+
kilometer: 1e+9
39+
40+
GW/yr:
41+
unit: 1
42+
43+
million veh:
44+
unit: 1e6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pathways"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Scenario-level LCA of energy systems and transition pathways"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)