Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Sep 16, 2021
1 parent 1ca3563 commit 8bc2660
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 = 20
PATCH = 0
PATCH = 1
__version__ = '%d.%d.%d' % (MAJOR, MINOR, PATCH)

0 comments on commit 8bc2660

Please sign in to comment.