We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fd713 commit a0dfcd0Copy full SHA for a0dfcd0
fluids/__init__.py
@@ -98,4 +98,4 @@
98
__all__.extend(particle_size_distribution.__all__)
99
100
101
-__version__ = '0.1.70'
+__version__ = '0.1.71'
setup.py
@@ -57,8 +57,8 @@
57
name = 'fluids',
58
packages = ['fluids'],
59
license='MIT',
60
- version = '0.1.70',
61
- 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',
62
description = 'Fluid dynamics component of Chemical Engineering Design Library (ChEDL)',
63
long_description=open('README.rst').read(),
64
install_requires = ["numpy>=1.5.0", "scipy>=0.9.0"],
0 commit comments