Skip to content

Commit

Permalink
🔖 bump to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Oct 4, 2023
1 parent 5161e95 commit 7ba67a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
pandas>=1.3 # Powerful data structures for data analysis, time series, and statistics.
numpy>=1.20.1 # NumPy is the fundamental package for array computing with Python
requests>=2.20 # Python HTTP for Humans; used for webservice calls
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="StEWI",
version="1.1.1",
version="1.1.2",
author="Ben Young, Wesley Ingwersen, Matthew Bergmann, Jose Hernandez-Betancur, Tapajyoti Ghosh, Eric Bell",
author_email="ingwersen.wesley@epa.gov",
description="Standardized Emission And Waste Inventories (StEWI)"
Expand All @@ -15,7 +15,7 @@
include_package_data=True,
python_requires=">=3.8",
install_requires=[
'esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy',
'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy',
'numpy>=1.20.1',
'pandas>=1.3',
'requests>=2.20',
Expand Down
2 changes: 1 addition & 1 deletion stewi/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DATA_PATH = MODULEPATH / 'data'

log.basicConfig(level=log.INFO, format='%(levelname)s %(message)s')
STEWI_VERSION = '1.1.1'
STEWI_VERSION = '1.1.2'

# Conversion factors
USton_kg = 907.18474
Expand Down

0 comments on commit 7ba67a1

Please sign in to comment.