Fixed version tuple.
parent
b16def5c09
commit
fd43051c36
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = (1, 2, "f", 0) # following PEP 386
|
VERSION = (1, 2, 0, "f", 0) # following PEP 386
|
||||||
DEV_N = None
|
DEV_N = None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue