Skip to content

Commit

Permalink
Remove heat input from PEM electrolysis.
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
romainsacchi committed Aug 22, 2023
1 parent ff33656 commit d0b97c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion premise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ("NewDatabase", "clear_cache", "get_regions_definition")
__version__ = (1, 6, 6)
__version__ = (1, 6, 7)

from pathlib import Path

Expand Down
Binary file modified premise/data/additional_inventories/lci-hydrogen-electrolysis.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def package_files(directory):

setup(
name="premise",
version="1.6.6",
version="1.6.7",
python_requires=">=3.9,<3.11",
packages=packages,
author="Romain Sacchi <[email protected]>, Alois Dirnaichner <[email protected]>, Chris Mutel "
Expand Down

0 comments on commit d0b97c6

Please sign in to comment.