Fixed version tuple.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
VERSION = (1, 2, "f", 0) # following PEP 386
|
||||
VERSION = (1, 2, 0, "f", 0) # following PEP 386
|
||||
DEV_N = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user