Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Sep 9, 2021
1 parent fff51b1 commit 696e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudnetpy/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 19
PATCH = 0
PATCH = 1
__version__ = '%d.%d.%d' % (MAJOR, MINOR, PATCH)

0 comments on commit 696e5da

Please sign in to comment.