Skip to content

Commit 5097bb9

Browse files
committed
1.0.17 release
1 parent ab071b3 commit 5097bb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fluids/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def load_types():
151151
type_module(m)
152152

153153

154-
__version__ = '1.0.16'
154+
__version__ = '1.0.17'
155155

156156
try:
157157
fluids_dir = os.path.dirname(__file__)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
name='fluids',
7070
packages=['fluids'],
7171
license='MIT',
72-
version='1.0.16',
73-
download_url='https://github.com/CalebBell/fluids/tarball/1.0.16',
72+
version='1.0.17',
73+
download_url='https://github.com/CalebBell/fluids/tarball/1.0.17',
7474
description=description,
7575
long_description=open('README.rst').read(),
7676
install_requires=["numpy>=1.5.0", "scipy>=0.9.0"],

0 commit comments

Comments
 (0)