Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Dec 10, 2024
1 parent 419320e commit 25c0aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup(
name='exposan',
packages=['exposan'],
version='1.4.0',
version='1.4.1',
license='UIUC',
author='Quantitative Sustainable Design Group',
author_email='quantitative.sustainable.design@gmail.com',
Expand All @@ -30,7 +30,7 @@
'Documentation': 'https://qsdsan.readthedocs.io',
'Repository': 'https://github.com/QSD-Group/EXPOsan',
},
install_requires=['qsdsan>=1.4.0',],
install_requires=['qsdsan',],
package_data=
{'exposan': [
'adm/*',
Expand Down

0 comments on commit 25c0aa2

Please sign in to comment.