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