Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stilvoid committed Dec 12, 2017
1 parent c605bef commit c231a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="cfn_flip",
version="0.3.0",
version="1.0.0",
description="Convert AWS CloudFormation templates between JSON and YAML formats",
url="https://github.com/awslabs/aws-cfn-template-flip",
author="Steve Engledow",
Expand All @@ -25,7 +25,7 @@
"six",
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
tests_require=['pytest', 'pytest-cov'],
zip_safe=False,
entry_points={
"console_scripts": ["cfn-flip=cfn_flip.main:main"],
Expand Down

0 comments on commit c231a8e

Please sign in to comment.