We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab071b3 commit 5097bb9Copy full SHA for 5097bb9
fluids/__init__.py
@@ -151,7 +151,7 @@ def load_types():
151
type_module(m)
152
153
154
-__version__ = '1.0.16'
+__version__ = '1.0.17'
155
156
try:
157
fluids_dir = os.path.dirname(__file__)
setup.py
@@ -69,8 +69,8 @@
69
name='fluids',
70
packages=['fluids'],
71
license='MIT',
72
- version='1.0.16',
73
- download_url='https://github.com/CalebBell/fluids/tarball/1.0.16',
+ version='1.0.17',
+ download_url='https://github.com/CalebBell/fluids/tarball/1.0.17',
74
description=description,
75
long_description=open('README.rst').read(),
76
install_requires=["numpy>=1.5.0", "scipy>=0.9.0"],
0 commit comments