Skip to content

Commit

Permalink
1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jun 2, 2021
1 parent 497d6f5 commit 9fa6041
Show file tree
Hide file tree
Showing 2 changed files with 4 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.7'
__version__ = '1.0.8'

try:
fluids_dir = os.path.dirname(__file__)
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: MicroPython',
Expand All @@ -67,8 +68,8 @@
name='fluids',
packages=['fluids'],
license='MIT',
version='1.0.7',
download_url='https://github.com/CalebBell/fluids/tarball/1.0.7',
version='1.0.8',
download_url='https://github.com/CalebBell/fluids/tarball/1.0.8',
description=description,
long_description=open('README.rst').read(),
install_requires=["numpy>=1.5.0", "scipy>=0.9.0"],
Expand Down

0 comments on commit 9fa6041

Please sign in to comment.