Skip to content

Commit

Permalink
Merge pull request #88 from samrensenhouse/new_release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
samhatchett authored Mar 10, 2022
2 parents a79ca16 + a7a68c4 commit f71869a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions owa-epanet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ A slender, auto-generated python wrapper around the owa:epanet hydraulic network

Where possible, SWIG has been configured to throw warnings/exceptions instead of using the customary EPANET return integer value for success-checking. Also any output (pointer) parameters from the C API have been re-routed to return values. In these cases, the return tuple from the Python API will contain the values desired.

## Installation
To install with pip:
```shell
pip install owa-epanet
```

Wheels are now provided for most installations, some extra work will be needed if installing from source.


## Building the libraries

Expand All @@ -27,3 +35,6 @@ This python library was packaged in the following way:
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
```

## Versioning
This package loosely follows EPANET's release version numbers. Its major and minor numbers will correspond to the given EPANET version, but the patch number is independent. This system might change in the future.
2 changes: 1 addition & 1 deletion owa-epanet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "owa-epanet",
version = "2.2.2",
version = "2.2.4",
author = "Sam Hatchett",
author_email = "[email protected]",
description = "a thin wrapper for epanet hydraulic toolkit",
Expand Down

0 comments on commit f71869a

Please sign in to comment.