Skip to content

Commit a2798e8

Browse files
JohnPatonpjbull
authored andcommitted
Changed initial version in setup.py to 0.1.0 (drivendataorg#129)
1 parent 752ddc7 commit a2798e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='src',
55
packages=find_packages(),
6-
version='0.0.1',
6+
version='0.1.0',
77
description='{{ cookiecutter.description }}',
88
author='{{ cookiecutter.author_name }}',
99
license='{% if cookiecutter.open_source_license == 'MIT' %}MIT{% elif cookiecutter.open_source_license == 'BSD-3-Clause' %}BSD-3{% endif %}',

0 commit comments

Comments
 (0)