Skip to content

Commit

Permalink
Restore dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Jan 6, 2021
1 parent 2537426 commit f63f32d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
### Prerequisites
`swmmio` functions primarily by interfacing with .inp and .rpt (input and report) files produced by SWMM. Functions within the `run_models` module rely on a SWMM5 engine which can be downloaded [here](https://www.epa.gov/water-research/storm-water-management-model-swmm).


### Dependencies
* [pillow==6.0.0](https://python-pillow.org/)
* [numpy==1.16.4](https://numpy.org/)
* [pandas==0.24.2](https://github.com/pydata/pandas)
* [pyshp==2.1.0](https://github.com/GeospatialPython/pyshp)
* [geojson==2.4.1](https://pypi.org/project/geojson/)


### Installation:
Before installation, it's recommended to first activate a [virtualenv](https://github.com/pypa/virtualenv) to not crowd your system's package library. If you don't use any of the dependencies listed above, this step is less important. SWMMIO can be installed via pip in your command line:

Expand Down
2 changes: 1 addition & 1 deletion swmmio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'''Python SWMM Input/Output Tools'''


VERSION_INFO = (0, 4, 7)
VERSION_INFO = (0, 4, 8, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))
__author__ = 'Adam Erispaha'
__copyright__ = 'Copyright (c) 2016'
Expand Down

0 comments on commit f63f32d

Please sign in to comment.