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.
2 parents 289ff0b + 4b27320 commit b82c5aeCopy full SHA for b82c5ae
azure-pipelines.yml
@@ -10,7 +10,7 @@ trigger:
10
variables:
11
AZURE: True
12
CODECOV_TOKEN: "e1a9c98d-d8db-471d-a31d-af2a535323cd"
13
- CDPREP_OUTPUT_DIRNAME: 'cdprep_0.1.0_win_amd64'
+ CDPREP_OUTPUT_DIRNAME: 'cdprep_0.1.1_win_amd64'
14
15
pool:
16
vmImage: 'windows-2019'
cdprep/__init__.py
@@ -52,7 +52,7 @@
52
import sys
53
54
55
-version_info = (0, 1, 0)
+version_info = (0, 1, 1)
56
__version__ = '.'.join(map(str, version_info))
57
__appname__ = 'Climate Data Preprocessing Tool'
58
__namever__ = __appname__ + " " + __version__
0 commit comments