Skip to content

Commit 1352391

Browse files
committed
Update pypi with latest code
Signed-off-by: Chiradeep Vittal <chiradeepv@gmail.com>
1 parent 0af72c6 commit 1352391

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
setup(
1313
name='dyndbmutex',
14-
version='0.3.0',
14+
version='0.4.0',
1515
license='ASL v2.0',
1616
packages=['dyndbmutex'],
1717
description='Mutual Exclusion using AWS DynamoDB',
1818
long_description=README,
1919
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',
20+
download_url='https://github.com/chiradeep/dyndb-mutex/releases/download/v0.40/dyndbmutex-0.4.0.tar.gz',
2121
author='chiradeep',
2222
author_email='chiradeep@apache.org',
23-
install_requires=['boto3>=1.4.1'],
23+
install_requires=['boto3>=1.9.0'],
2424
classifiers=[
2525
'Intended Audience :: Developers',
2626
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)