Skip to content

Commit 2a51a28

Browse files
committed
create version name 0.3.1
1 parent c9c4853 commit 2a51a28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hydroecolstm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"
22
__author__ = 'Tam V. Nguyen'
33
__credits__ = 'Helmholtz Centre for Environmental Research (UFZ)'
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='hydroecolstm',
11-
version='0.3.0',
11+
version='0.3.1',
1212
description='A python package for HydroEcological Modelling using LSTM',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)