Fixed version tuple.

master
unknown 2011-11-23 08:56:01 -06:00
parent b16def5c09
commit fd43051c36
1 changed files with 1 additions and 1 deletions

View File

@ -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