Skip to content

Commit 9fcd11b

Browse files
committed
Increase version_info and __date__ in __init__.py
1 parent 0bdb4c9 commit 9fcd11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdprep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
__version__ = '.'.join(map(str, version_info))
5757
__appname__ = 'Climate Data Preprocessing Tool'
5858
__namever__ = __appname__ + " " + __version__
59-
__date__ = '07/10/2020'
59+
__date__ = '02/11/2020'
6060
__project_url__ = "https://github.com/cgq-qgc/climate-data-preprocessing-tool"
6161
__releases_url__ = __project_url__ + "/releases"
6262
__releases_api__ = "https://api.github.com/repos/cgq-qgc/climate-data-preprocessing-tool/releases"

0 commit comments

Comments
 (0)