Skip to content

Commit 2fd2e98

Browse files
committed
Merge pull request #39 from binarydud/bump_versions
bump versions
2 parents 5422277 + 11d2d34 commit 2fd2e98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lambda_uploader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
__title__ = 'lambda_uploader'
16-
__version__ = '0.4.0'
16+
__version__ = '0.5.0'
1717
__license__ = 'Apache 2.0'
1818
__copyright__ = 'Copyright Rackspace US, Inc. 2015'
1919
__url__ = 'https://github.com/rackerlabs/lambda-uploader'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66

77
DEPENDENCIES = [
8-
'boto3==1.1.4',
8+
'boto3==1.2.2',
99
'virtualenv',
1010
]
1111

0 commit comments

Comments
 (0)