Changed initial version in setup.py to 0.1.0 (#129)

This commit is contained in:
John Paton 2018-07-19 17:07:08 +02:00 committed by Peter Bull
parent 752ddc7868
commit a2798e84da
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from setuptools import find_packages, setup
setup(
name='src',
packages=find_packages(),
version='0.0.1',
version='0.1.0',
description='{{ cookiecutter.description }}',
author='{{ cookiecutter.author_name }}',
license='{% if cookiecutter.open_source_license == 'MIT' %}MIT{% elif cookiecutter.open_source_license == 'BSD-3-Clause' %}BSD-3{% endif %}',