bump version

This commit is contained in:
Øyvind Saltvik 2011-12-08 15:51:14 +01:00
parent 938c573e09
commit 16c8182211
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 8, 5, 'final', 0)
VERSION = (0, 8, 6, 'final', 0)
def get_version(): # pragma: no cover
version = '%s.%s' % (VERSION[0], VERSION[1])