We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed64e6 commit 504c2d7Copy full SHA for 504c2d7
bin/package-version
@@ -7,7 +7,7 @@ _ROOT = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
7
8
# if 0: use the upstream version
9
# if >0: append `.post1` / `.a1` as needed
10
-SERIAL = 1
+SERIAL = 0
11
12
13
def main() -> int:
uwsgi
0 commit comments