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 cb6f16d commit 832f6c5Copy full SHA for 832f6c5
src/pyrad_proc/setup.py
@@ -53,7 +53,7 @@
53
PLATFORMS = ["Linux"]
54
MAJOR = 2
55
MINOR = 0
56
-MICRO = 1
+MICRO = 2
57
ISRELEASED = True
58
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)
59
SCRIPTS = glob.glob("scripts/*")
0 commit comments