Changed initial version in setup.py to 0.1.0 (#129)
This commit is contained in:
parent
752ddc7868
commit
a2798e84da
|
@ -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 %}',
|
||||
|
|
Loading…
Reference in New Issue