Skip to content

Commit a0dfcd0

Browse files
committed
0.1.71 release
1 parent c1fd713 commit a0dfcd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fluids/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@
9898
__all__.extend(particle_size_distribution.__all__)
9999

100100

101-
__version__ = '0.1.70'
101+
__version__ = '0.1.71'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
name = 'fluids',
5858
packages = ['fluids'],
5959
license='MIT',
60-
version = '0.1.70',
61-
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.70',
60+
version = '0.1.71',
61+
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.71',
6262
description = 'Fluid dynamics component of Chemical Engineering Design Library (ChEDL)',
6363
long_description=open('README.rst').read(),
6464
install_requires = ["numpy>=1.5.0", "scipy>=0.9.0"],

0 commit comments

Comments
 (0)