bump version

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

View File

@ -1,4 +1,6 @@
426 Aldo Cortesi
64 Maximilian Hils
49 Thomas Kriechbaumer
74 Maximilian Hils
50 Thomas Kriechbaumer
1 Felix Yan
1 requires.io
1 starenka

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 = "pathod"