Skip to content

Commit cc5fcf8

Browse files
committed
Final updates prior to release.
1 parent 9ef6d5e commit cc5fcf8

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
@@ -2,7 +2,7 @@
22
<img src="https://raw.githubusercontent.com/modflowpy/flopy/master/examples/images/flopy3.png" alt="flopy3" style="width:50;height:20">
33

44
### Version 3.2.4
5-
[![Build Status](https://travis-ci.org/modflowpy/flopy.svg?branch=develop)](https://travis-ci.org/modflowpy/flopy)
5+
[![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)
88

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 = 4
6-
commit = 1261
6+
commit = 1265
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)