release prep: bump version

This commit is contained in:
Aldo Cortesi 2015-05-18 10:46:00 +12:00
parent ace4454523
commit f40bf865b1

View File

@ -1,6 +1,6 @@
from __future__ import (absolute_import, print_function, division)
IVERSION = (0, 11, 2)
IVERSION = (0, 12, 0)
VERSION = ".".join(str(i) for i in IVERSION)
MINORVERSION = ".".join(str(i) for i in IVERSION[:2])
NAME = "netlib"