Skip to content

Commit

Permalink
🔖 v1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed May 11, 2022
1 parent 2e8d8a7 commit 6522426
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4#egg=StEWI
> pip install git+https://github.com/USEPA/standardizedinventories.git@v1.0.5#egg=StEWI
where you can replace 'v1.0.4' with the version you wish to use under [Releases](https://github.com/USEPA/standardizedinventories/releases).
where you can replace 'v1.0.5' 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:
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="StEWI",
version="1.0.4",
version="1.0.5",
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 Down
2 changes: 1 addition & 1 deletion stewi/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
DATA_PATH = MODULEPATH / 'data'

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

# Conversion factors
USton_kg = 907.18474
Expand Down

0 comments on commit 6522426

Please sign in to comment.