Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Aug 26, 2021
1 parent 48593c7 commit a0c4437
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 = 18
PATCH = 2
PATCH = 3
__version__ = '%d.%d.%d' % (MAJOR, MINOR, PATCH)

0 comments on commit a0c4437

Please sign in to comment.