Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Mar 4, 2022
1 parent 8f1be88 commit d25be76
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 = 29
PATCH = 4
MINOR = 30
PATCH = 0
__version__ = '%d.%d.%d' % (MAJOR, MINOR, PATCH)

0 comments on commit d25be76

Please sign in to comment.