We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7e9ae commit 9a2c9f8Copy full SHA for 9a2c9f8
1 file changed
setup.py
@@ -22,7 +22,7 @@
22
setup(
23
name='cfn_resource',
24
25
- version='0.2.2',
+ version='0.2.3',
26
27
description='Wrapper decorators for building CloudFormation custom resources',
28
long_description=long_description,
@@ -45,6 +45,8 @@
45
'License :: OSI Approved :: MIT License',
46
'Programming Language :: Python :: 2',
47
'Programming Language :: Python :: 2.7',
48
+ 'Programming Language :: Python :: 3',
49
+ 'Programming Language :: Python :: 3.6',
50
],
51
52
# What does your project relate to?
0 commit comments