Skip to content

Commit 55fc55e

Browse files
committed
awscrt 0.3.3
1 parent 3e6c7ce commit 55fc55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# express or implied. See the License for the specific language governing
1414
# permissions and limitations under the License.
1515

16-
from setuptools import setup, find_packages
16+
from setuptools import setup
1717

1818
setup(
1919
name='awsiotsdk',
@@ -23,7 +23,7 @@
2323
url='https://github.com/awslabs/aws-iot-device-sdk-python-v2',
2424
packages = ['awsiot'],
2525
install_requires=[
26-
'awscrt==0.3.1',
26+
'awscrt==0.3.3',
2727
'futures;python_version<"3.2"',
2828
'typing;python_version<"3.5"',
2929
],

0 commit comments

Comments
 (0)