Skip to content

Commit

Permalink
update setup for new package
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 23, 2023
1 parent 1a4fe98 commit 5147501
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.3.1',
version='1.3.2',
license='UIUC',
author='Quantitative Sustainable Design Group',
author_email='[email protected]',
Expand All @@ -30,7 +30,7 @@
'Documentation': 'https://qsdsan.readthedocs.io',
'Repository': 'https://github.com/QSD-Group/EXPOsan',
},
install_requires=['qsdsan>=1.3.0',],
install_requires=['qsdsan>=1.3.1',],
package_data=
{'exposan': [
'adm/*',
Expand Down

0 comments on commit 5147501

Please sign in to comment.