bump version

This commit is contained in:
Maximilian Hils 2016-02-14 17:25:30 +01:00
parent 1af231fe01
commit aafa69a738
2 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,11 @@
253 Aldo Cortesi
212 Maximilian Hils
109 Thomas Kriechbaumer
230 Maximilian Hils
123 Thomas Kriechbaumer
8 Chandler Abraham
8 Kyle Morton
5 Sam Cleveland
3 Benjamin Lee
3 Sandor Nemes
2 Brad Peabody
2 Israel Nir
2 Matthias Urlichs
@ -12,6 +13,7 @@
2 Sean Coates
1 Andrey Plotnikov
1 Bradley Baetz
1 Felix Yan
1 M. Utku Altinkaya
1 Paul
1 Pritam Baral

View File

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