From 67a159a94c02171c846d10784a146539c0e51ae4 Mon Sep 17 00:00:00 2001 From: Fabian Fuelling Date: Fri, 7 Oct 2016 15:22:55 +0200 Subject: [PATCH] Bump version to 1.0.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 76b136c..8199294 100644 --- a/setup.py +++ b/setup.py @@ -7,12 +7,12 @@ setup( name='ecs-deploy', - version='0.3.0', + version='1.0.0', url='https://github.com/fabfuel/ecs-deploy', - download_url='https://github.com/fabfuel/ecs-deploy/archive/0.3.0.tar.gz', + download_url='https://github.com/fabfuel/ecs-deploy/archive/1.0.0.tar.gz', license='BSD', author='Fabian Fuelling', - author_email='fabian@fabfuel.de', + author_email='pypi@fabfuel.de', description='Simplify Amazon ECS deployments', long_description=__doc__, packages=find_packages(exclude=['tests']),