Skip to content

Commit

Permalink
🔖 bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 3, 2023
1 parent a5de0dc commit 41db8a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0",
"list_version": "1.2.1",
"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.0',
version='1.2.1',
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/Federal-LCA-Commons-Elementary-Flow-List',
license='CC0',
Expand Down

0 comments on commit 41db8a7

Please sign in to comment.