Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 10, 2023
1 parent 3933a13 commit 14de143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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, 7, 6)
__version__ = (1, 7, 7)


from .ecoinvent_modification import NewDatabase
Expand Down
3 changes: 1 addition & 2 deletions 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.7.6",
version="1.7.7",
python_requires=">=3.9,<3.11",
packages=packages,
author="Romain Sacchi <[email protected]>, Alois Dirnaichner <[email protected]>, Chris Mutel "
Expand All @@ -43,7 +43,6 @@ def package_files(directory):
install_requires=[
"bottleneck",
"bw2data",
# bw2io 0.8.7 or 0.8.10
"bw2io >=0.8.10",
"constructive_geometries>=0.8.2",
"cryptography",
Expand Down

0 comments on commit 14de143

Please sign in to comment.