File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ trigger:
1010variables :
1111 AZURE : True
1212 CODECOV_TOKEN : " 53ed8bd6-fe08-4b52-a76d-733bf67bc574"
13- CDPREP_OUTPUT_DIRNAME : ' cdprep_0.1.1_win_amd64 '
13+ CDPREP_OUTPUT_DIRNAME : ' cdprep_0.1.2_win_amd64 '
1414
1515pool :
1616 vmImage : ' windows-2019'
Original file line number Diff line number Diff line change 5252import sys
5353
5454
55- version_info = (0 , 1 , 1 )
55+ version_info = (0 , 1 , 2 )
5656__version__ = '.' .join (map (str , version_info ))
5757__appname__ = 'Climate Data Preprocessing Tool'
5858__namever__ = __appname__ + " " + __version__
59- __date__ = '02 /11/2020'
59+ __date__ = '06 /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"
You can’t perform that action at this time.
0 commit comments