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 0cf3a2a commit 7b0a000Copy full SHA for 7b0a000
hydroecolstm/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.3"
+__version__ = "0.3.4"
2
__author__ = 'Tam V. Nguyen'
3
__credits__ = 'Helmholtz Centre for Environmental Research (UFZ)'
4
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='hydroecolstm',
11
- version='0.3.3',
+ version='0.3.4',
12
description='A python package for HydroEcological Modelling using LSTM',
13
long_description=long_description,
14
long_description_content_type='text/markdown',
0 commit comments