Skip to content

Commit 7cb2731

Browse files
committed
update version number
1 parent ffcb781 commit 7cb2731

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 = 2
56+
MICRO = 3
5757
ISRELEASED = True
5858
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)
5959
SCRIPTS = glob.glob("scripts/*")

0 commit comments

Comments
 (0)