Skip to content

Commit

Permalink
0.1.70 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Mar 21, 2018
1 parent 3d60fc4 commit 6b02d8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.69'
__version__ = '0.1.70'
11 changes: 8 additions & 3 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.69',
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.69',
version = '0.1.70',
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.70',
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 All @@ -69,7 +69,12 @@
author_email = 'Caleb.Andrew.Bell@gmail.com',
platforms=['Windows', 'Linux', 'Mac OS', 'Unix'],
url = 'https://github.com/CalebBell/fluids',
keywords = ['chemical engineering', 'fluids', 'mechanical engineering'],
keywords = ['fluid dynamics', 'atmosphere', 'pipe', 'fluids',
'compressible fluid dynamics', 'chemical engineering',
'mechanical engineering', 'valve', 'open channel', 'tank',
'friction', 'pressure drop', 'two phase', 'pump', 'drag',
'reynolds', 'sedimentation', 'engineering', 'pipeline',
'process simulation', 'particle size distribution'],
classifiers = classifiers,
package_data={'fluids': ['data/*', 'nrlmsise00/*', 'optional/*']},
)
Expand Down

0 comments on commit 6b02d8d

Please sign in to comment.