We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5422277 + 11d2d34 commit 2fd2e98Copy full SHA for 2fd2e98
lambda_uploader/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
__title__ = 'lambda_uploader'
16
-__version__ = '0.4.0'
+__version__ = '0.5.0'
17
__license__ = 'Apache 2.0'
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015'
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup, find_packages
6
7
DEPENDENCIES = [
8
- 'boto3==1.1.4',
+ 'boto3==1.2.2',
9
'virtualenv',
10
]
11
0 commit comments