We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d63559 commit e1032fdCopy full SHA for e1032fd
setup.py
@@ -8,11 +8,11 @@
8
9
setup(
10
name='hydroecolstm',
11
- version='0.1.0',
+ version='0.2.0',
12
description='A python package for HydroEcological Modelling using LSTM',
13
long_description=long_description,
14
long_description_content_type='text/markdown',
15
- url='https://github.com/tamnva/HydroPyTorch',
+ url='https://github.com/tamnva/hydroecolstm',
16
author='Tam V. Nguyen',
17
author_email='[email protected]',
18
packages=['hydroecolstm',
@@ -45,4 +45,4 @@
45
46
include_package_data=True,
47
package_data={'hydroecolstm': ['images/*']},
48
-)
+)
0 commit comments