Use correct version in setup.py, 1.0.0

This commit is contained in:
Mark Goddard 2017-07-11 17:30:21 +01:00
parent 4507077bc4
commit 447b678e3e
1 changed files with 1 additions and 1 deletions

View File

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