Skip to content

Commit 4f81772

Browse files
committed
bumped version
1 parent 6aed3bc commit 4f81772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Versions should comply with PEP440. For a discussion on single-sourcing
1616
# the version across setup.py and the project code, see
1717
# https://packaging.python.org/en/latest/single_source_version.html
18-
version='0.8.10',
18+
version='0.9.0',
1919

2020
description='A simple Python SQS utility package',
2121
long_description=long_description,

sqs_launcher/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class for running sqs message launcher
33
44
Created December 22nd, 2016
55
@author: Yaakov Gesher
6-
@version: 0.22.0
6+
@version: 0.9.0
77
@license: Apache
88
"""
99

sqs_listener/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Created December 21st, 2016
55
@author: Yaakov Gesher
6-
@version: 0.2.3
6+
@version: 0.9.0
77
@license: Apache
88
"""
99

0 commit comments

Comments
 (0)