Skip to content

Commit

Permalink
Version 0.1.58 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Nov 28, 2016
1 parent 49cd0ea commit a14148c
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -92,4 +92,4 @@
__all__.extend(separator.__all__)


__version__ = '0.1.57'
__version__ = '0.1.58'
2 changes: 1 addition & 1 deletion fluids/atmosphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class ATMOSPHERE_NRLMSISE00(object):
Examples
--------
>>> atmosphere = ATMOSPHERE_NRLMSISE00(1E3, 45,45, 150)
>>> atmosphere = ATMOSPHERE_NRLMSISE00(1E3, 45, 45, 150)
>>> atmosphere.T, atmosphere.rho
(285.54408606237405, 1.1019062026405517)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
name = 'fluids',
packages = ['fluids'],
license='MIT',
version = '0.1.57',
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.57',
version = '0.1.58',
download_url = 'https://github.com/CalebBell/fluids/tarball/0.1.58',
description = 'Fluid dynamics component of Chemical Engineering Design Library (ChEDL)',
long_description=open('README.rst').read(),
extras_require = {
Expand Down

0 comments on commit a14148c

Please sign in to comment.