Skip to content

Commit 6c5dfc8

Browse files
committed
Merge branch 'master' of github.com:MeteoSwiss/pyrad
2 parents 42f8d1c + 832f6c5 commit 6c5dfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyrad_proc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
PLATFORMS = ["Linux"]
5454
MAJOR = 2
5555
MINOR = 0
56-
MICRO = 1
56+
MICRO = 2
5757
ISRELEASED = True
5858
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)
5959
SCRIPTS = glob.glob("scripts/*")

0 commit comments

Comments
 (0)