Skip to content

Commit

Permalink
1.0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jan 27, 2022
1 parent ab071b3 commit 5097bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fluids/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def load_types():
type_module(m)


__version__ = '1.0.16'
__version__ = '1.0.17'

try:
fluids_dir = os.path.dirname(__file__)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
name='fluids',
packages=['fluids'],
license='MIT',
version='1.0.16',
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',
description=description,
long_description=open('README.rst').read(),
install_requires=["numpy>=1.5.0", "scipy>=0.9.0"],
Expand Down

0 comments on commit 5097bb9

Please sign in to comment.