We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af72c6 commit 1352391Copy full SHA for 1352391
1 file changed
setup.py
@@ -11,16 +11,16 @@
11
12
setup(
13
name='dyndbmutex',
14
- version='0.3.0',
+ version='0.4.0',
15
license='ASL v2.0',
16
packages=['dyndbmutex'],
17
description='Mutual Exclusion using AWS DynamoDB',
18
long_description=README,
19
url='https://github.com/chiradeep/dyndb-mutex',
20
- download_url='https://github.com/chiradeep/dyndb-mutex/releases/download/v0.30/dyndbmutex-0.3.0.tar.gz',
+ download_url='https://github.com/chiradeep/dyndb-mutex/releases/download/v0.40/dyndbmutex-0.4.0.tar.gz',
21
author='chiradeep',
22
author_email='chiradeep@apache.org',
23
- install_requires=['boto3>=1.4.1'],
+ install_requires=['boto3>=1.9.0'],
24
classifiers=[
25
'Intended Audience :: Developers',
26
'License :: OSI Approved :: Apache Software License',
0 commit comments