diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a43d31c9c..3a4b9b469 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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 diff --git a/netlib/version.py b/netlib/version.py index 8ff869cd4..bc35c30fa 100644 --- a/netlib/version.py +++ b/netlib/version.py @@ -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"