Skip to content

Commit 5090706

Browse files
committed
update python requirement
1 parent b433b3c commit 5090706

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name='thermosteam',
1212
packages=['thermosteam'],
1313
license='MIT',
14-
version='0.52.16',
14+
version='0.52.17',
1515
description="BioSTEAM's Premier Thermodynamic Engine",
1616
long_description=open('README.rst', encoding='utf-8').read(),
1717
author='Yoel Cortes-Pena',
@@ -59,7 +59,7 @@
5959
]
6060
},
6161
excluded=['*.png'],
62-
python_requires='>=3.9',
62+
python_requires='>=3.12',
6363
platforms=['Windows', 'Mac', 'Linux'],
6464
author_email='yoelcortes@gmail.com',
6565
url='https://github.com/BioSTEAMDevelopmentGroup/thermosteam',

thermosteam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# update_module(chemicals, numba)
3232
# use_numba_chemicals()
3333
# del use_numba_chemicals
34-
__version__ = "0.52.16"
34+
__version__ = "0.52.17"
3535

3636
from . import thermo
3737
del thermo

0 commit comments

Comments
 (0)