Skip to content

Commit 05ac2ee

Browse files
committed
Update version
1 parent a5d67ae commit 05ac2ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

22
<img src="https://raw.githubusercontent.com/modflowpy/flopy/master/examples/images/flopy3.png" alt="flopy3" style="width:50;height:20">
33

4-
### Version 3.2.4
4+
### Version 3.2.5
55
[![Build Status](https://travis-ci.org/modflowpy/flopy.svg?branch=master)](https://travis-ci.org/modflowpy/flopy)
66
[![PyPI Version](https://img.shields.io/pypi/v/flopy.png)](https://pypi.python.org/pypi/flopy)
77
[![PyPI Downloads](https://img.shields.io/pypi/dm/flopy.png)](https://pypi.python.org/pypi/flopy)

flopy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
major = 3
44
minor = 2
55
micro = 5
6-
commit = 1265
6+
commit = 1493
77

88
__version__ = '{:d}.{:d}.{:d}'.format(major, minor, micro)
99
__build__ = '{:d}.{:d}.{:d}.{:d}'.format(major, minor, micro, commit)

0 commit comments

Comments
 (0)