bump version

This commit is contained in:
Maximilian Hils 2015-12-25 16:00:50 +01:00
parent c10b614f70
commit d1e6b5366c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
253 Aldo Cortesi
210 Maximilian Hils
212 Maximilian Hils
109 Thomas Kriechbaumer
8 Chandler Abraham
8 Kyle Morton

View File

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