We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6653a commit e880b83Copy full SHA for e880b83
src/pyrad_proc/setup.py
@@ -53,7 +53,7 @@
53
PLATFORMS = ["Linux"]
54
MAJOR = 1
55
MINOR = 8
56
-MICRO = 8
+MICRO = 9
57
ISRELEASED = True
58
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
59
SCRIPTS = glob.glob('scripts/*')
0 commit comments