We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cb7adc + 3097212 commit a0fc948Copy full SHA for a0fc948
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
11
MAJOR = 1
12
MINOR = 0
13
-PRE = 'b3'
+PRE = 'b4'
14
VERSION = "{major}.{minor}{pre}".format(
15
major=MAJOR, minor=MINOR, pre=PRE if PRE is not None else ''
16
)
0 commit comments