Skip to content

Commit

Permalink
0.1.71 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Mar 21, 2018
1 parent c1fd713 commit a0dfcd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluids/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
__all__.extend(particle_size_distribution.__all__)


__version__ = '0.1.70'
__version__ = '0.1.71'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
name = 'fluids',
packages = ['fluids'],
license='MIT',
version = '0.1.70',
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.70',
version = '0.1.71',
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.71',
description = 'Fluid dynamics component of Chemical Engineering Design Library (ChEDL)',
long_description=open('README.rst').read(),
install_requires = ["numpy>=1.5.0", "scipy>=0.9.0"],
Expand Down

0 comments on commit a0dfcd0

Please sign in to comment.