Skip to content

Commit

Permalink
升级版本
Browse files Browse the repository at this point in the history
  • Loading branch information
温海杰 committed Apr 1, 2020
1 parent 24ec55e commit 5a3f37c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions django_sqs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
@author: sun
@license: (C) Copyright 2016-2019, Light2Cloud (Beijing) Web Service Co., LTD
@contact: [email protected]
@software: L2CloudCMP
@file: __init__.py
@ide: PyCharm
@time: 2020/4/2 00:41
@desc:
"""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="django-sqs-mq",
version="0.0.1",
version="0.0.2",
author="whj",
author_email="[email protected]",
description="A simple wrapper for boto3 for receive, and sending, to an AWS SQS queue.",
Expand Down

0 comments on commit 5a3f37c

Please sign in to comment.