Skip to content

Commit

Permalink
Merge pull request #100 from NREL/FixReadmePackageName
Browse files Browse the repository at this point in the history
Fix readme links, bump version
  • Loading branch information
Myoldmopar committed Mar 30, 2023
2 parents 0a788cf + 20f9db7 commit c05fe6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ This tool works on all three major platforms: Windows, Mac, and Ubuntu (LTS).
GitHub Actions test on multiple platforms, and it is regularly used on all three as well.

To install the tool, simply `pip` install it into your Python environment (either system or virtual environment)
The project page on PyPi is: https://pypi.org/project/EnergyPlusRegressionTool/.
The project page on PyPi is: https://pypi.org/project/energyplus-regressions/.

- Download using Pip (`pip install energyplusregressiontool`).
- Download using Pip (`pip install energyplus-regressions`).
- Once installed into the Python install, there will be a binary available to run: `energyplus_regression_runner`.

## Development
Expand Down
2 changes: 1 addition & 1 deletion energyplus_regressions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.9.9'
VERSION = '2.0.0'

0 comments on commit c05fe6c

Please sign in to comment.