Skip to content

Commit

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

0 comments on commit 3294d64

Please sign in to comment.