Update setup.py version to 1.1.0

This commit is contained in:
Mark Goddard 2017-07-17 16:11:57 +01:00
parent 943a4cdb66
commit a220f0fb60
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
PROJECT = 'kayobe'
VERSION = '1.0.0'
VERSION = '1.1.0'
try:
long_description = open('README.md', 'rt').read()