We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a46ab commit 9607584Copy full SHA for 9607584
1 file changed
cloudnetpy/version.py
@@ -1,4 +1,4 @@
1
MAJOR = 1
2
-MINOR = 7
+MINOR = 8
3
PATCH = 0
4
__version__ = '%d.%d.%d' % (MAJOR, MINOR, PATCH)
0 commit comments