Skip to content

Commit

Permalink
🔖 bump to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jul 3, 2024
1 parent e484857 commit 8eef846
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jupyter/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Create a mapping file for use in openLCA through Binder

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/USEPA/fedelemflowlist/develop?labpath=Jupyter%2Frun_mappings.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/USEPA/fedelemflowlist/HEAD?labpath=Jupyter%2Frun_mappings.ipynb)
2 changes: 1 addition & 1 deletion fedelemflowlist/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
stream=sys.stdout)

flow_list_specs = {
"list_version": "1.2.3",
"list_version": "1.2.4",
"flow_classes": ["Biological", "Chemicals", "Energy", "Geological",
"Groups", "Land", "Other", "Water"],
"primary_context_classes": ["Directionality", "Environmental Media"],
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/USEPA/esupy.git@develop#egg=esupy
git+https://github.com/USEPA/esupy.git#egg=esupy
olca-schema>=0.0.11
pandas>=0.22 # Powerful data structures for data analysis, time series, and statistics.
pip>=9 # The PyPA recommended tool for installing Python packages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fedelemflowlist',
version='1.2.3',
version='1.2.4',
packages=['fedelemflowlist'],
package_dir={'fedelemflowlist': 'fedelemflowlist'},
package_data={'fedelemflowlist': [
Expand All @@ -14,7 +14,7 @@
install_requires = [
'pandas>=0.22',
'olca-schema>=0.0.11',
'esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy',
'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy',
],
url='https://github.com/USEPA/fedelemflowlist',
license='CC0',
Expand Down

0 comments on commit 8eef846

Please sign in to comment.