We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aed3bc commit 4f81772Copy full SHA for 4f81772
setup.py
@@ -15,7 +15,7 @@
15
# Versions should comply with PEP440. For a discussion on single-sourcing
16
# the version across setup.py and the project code, see
17
# https://packaging.python.org/en/latest/single_source_version.html
18
- version='0.8.10',
+ version='0.9.0',
19
20
description='A simple Python SQS utility package',
21
long_description=long_description,
sqs_launcher/__init__.py
@@ -3,7 +3,7 @@ class for running sqs message launcher
3
4
Created December 22nd, 2016
5
@author: Yaakov Gesher
6
-@version: 0.22.0
+@version: 0.9.0
7
@license: Apache
8
"""
9
sqs_listener/__init__.py
@@ -3,7 +3,7 @@
Created December 21st, 2016
-@version: 0.2.3
0 commit comments