Skip to content

Commit e1032fd

Browse files
authored
Update setup.py
1 parent 7d63559 commit e1032fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
setup(
1010
name='hydroecolstm',
11-
version='0.1.0',
11+
version='0.2.0',
1212
description='A python package for HydroEcological Modelling using LSTM',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
15-
url='https://github.com/tamnva/HydroPyTorch',
15+
url='https://github.com/tamnva/hydroecolstm',
1616
author='Tam V. Nguyen',
1717
author_email='[email protected]',
1818
packages=['hydroecolstm',
@@ -45,4 +45,4 @@
4545

4646
include_package_data=True,
4747
package_data={'hydroecolstm': ['images/*']},
48-
)
48+
)

0 commit comments

Comments
 (0)