Skip to content

Commit e880b83

Browse files
committed
DOC: update version number
1 parent 6e6653a commit e880b83

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

0 commit comments

Comments
 (0)