diff --git a/README.md b/README.md index c67a285a..60436dcc 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ If the `remove_overlap` parameter is set to True (default), `stewicombo` combine ## Installation Instructions Install a release directly from github using pip. From a command line interface, run: -> pip install git+https://github.com/USEPA/standardizedinventories.git@v1.0.2#egg=StEWI +> pip install git+https://github.com/USEPA/standardizedinventories.git@v1.0.3#egg=StEWI -where you can replace 'v1.0.2' with the version you wish to use under [Releases](https://github.com/USEPA/standardizedinventories/releases). +where you can replace 'v1.0.3' with the version you wish to use under [Releases](https://github.com/USEPA/standardizedinventories/releases). Alternatively, to install from the most current point on the repository: ``` diff --git a/requirements.txt b/requirements.txt index 113f137c..5939a2ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/USEPA/esupy.git@develop#egg=esupy +git+https://github.com/USEPA/esupy#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 diff --git a/setup.py b/setup.py index 12d9a98b..24a7b480 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -install_requires=['esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy', +install_requires=['esupy @ git+https://github.com/USEPA/esupy#egg=esupy', 'numpy>=1.20.1', 'pandas>=1.3', 'requests>=2.20', @@ -12,7 +12,7 @@ setup( name="StEWI", - version="1.0.2", + version="1.0.3", 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)" diff --git a/stewi/globals.py b/stewi/globals.py index ceb323fd..725bd8ad 100644 --- a/stewi/globals.py +++ b/stewi/globals.py @@ -27,7 +27,7 @@ DATA_PATH = MODULEPATH / 'data' log.basicConfig(level=log.INFO, format='%(levelname)s %(message)s') -STEWI_VERSION = '1.0.2' +STEWI_VERSION = '1.0.3' # Conversion factors USton_kg = 907.18474