Bump version

This commit is contained in:
martinrusev
2017-09-18 10:14:48 +02:00
parent 5e2afc6511
commit 8d3b897a7a
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
from setuptools import setup
import os
version = '0.8.5'
version = '0.9'
def read(filename):
@@ -26,5 +26,6 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
),
)