Skip to content

Commit 68fce4a

Browse files
authored
Update setup.py
1 parent d3ce93c commit 68fce4a

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 = 1
5555
MINOR = 8
56-
MICRO = 4
56+
MICRO = 5
5757
ISRELEASED = True
5858
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
5959
SCRIPTS = glob.glob('scripts/*')

0 commit comments

Comments
 (0)