Skip to content

Commit

Permalink
[1.1.2] Updated setup.py for 1.1.2 Cherry-Pick release of Issue #18
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorb-syd committed Feb 15, 2021
1 parent 87521ea commit 6134f3d
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 @@ -11,7 +11,7 @@ def read(fname):

setup(
name='accustom',
version='1.1.1',
version='1.1.2',
description='Accustom is a library for responding to Custom Resources in AWS CloudFormation using the decorator '
'pattern.',
long_description=read('README.md'),
Expand All @@ -20,7 +20,7 @@ def read(fname):
author='Taylor Bertie',
author_email='bertiet@amazon.com',
license='Apache-2.0',
download_url='https://github.com/awslabs/cloudformation-accustom/archive/1.1.1.tar.gz',
download_url='https://github.com/awslabs/cloudformation-accustom/archive/1.1.2.tar.gz',
keywords=['cloudformation', 'lambda', 'custom', 'resource', 'decorator'],
classifiers=[
# How mature is this project? Common values are
Expand Down

0 comments on commit 6134f3d

Please sign in to comment.