Skip to content

Commit f71869a

Browse files
authored
Merge pull request #88 from samrensenhouse/new_release
New release
2 parents a79ca16 + a7a68c4 commit f71869a

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

owa-epanet/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ A slender, auto-generated python wrapper around the owa:epanet hydraulic network
44

55
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.
66

7+
## Installation
8+
To install with pip:
9+
```shell
10+
pip install owa-epanet
11+
```
12+
13+
Wheels are now provided for most installations, some extra work will be needed if installing from source.
14+
715

816
## Building the libraries
917

@@ -27,3 +35,6 @@ This python library was packaged in the following way:
2735
python3 setup.py sdist bdist_wheel
2836
python3 -m twine upload dist/*
2937
```
38+
39+
## Versioning
40+
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.

owa-epanet/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = "owa-epanet",
9-
version = "2.2.2",
9+
version = "2.2.4",
1010
author = "Sam Hatchett",
1111
author_email = "samhatchett@gmail.com",
1212
description = "a thin wrapper for epanet hydraulic toolkit",

0 commit comments

Comments
 (0)