From aafa69a73829a7ec291a2d6fa0c4522caf287d17 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 14 Feb 2016 17:25:30 +0100 Subject: bump version --- CONTRIBUTORS | 6 ++++-- netlib/version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a43d31c9..3a4b9b46 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 8ff869cd..bc35c30f 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" -- cgit v1.2.3