Skip to content

Commit 9a2c9f8

Browse files
committed
Release new version with Python 2 and 3 support
1 parent ef7e9ae commit 9a2c9f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
setup(
2323
name='cfn_resource',
2424

25-
version='0.2.2',
25+
version='0.2.3',
2626

2727
description='Wrapper decorators for building CloudFormation custom resources',
2828
long_description=long_description,
@@ -45,6 +45,8 @@
4545
'License :: OSI Approved :: MIT License',
4646
'Programming Language :: Python :: 2',
4747
'Programming Language :: Python :: 2.7',
48+
'Programming Language :: Python :: 3',
49+
'Programming Language :: Python :: 3.6',
4850
],
4951

5052
# What does your project relate to?

0 commit comments

Comments
 (0)