Skip to content

Commit

Permalink
Update pypi with latest code
Browse files Browse the repository at this point in the history
Signed-off-by: Chiradeep Vittal <chiradeepv@gmail.com>
  • Loading branch information
chiradeep committed Nov 5, 2018
1 parent 0af72c6 commit 1352391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

setup(
name='dyndbmutex',
version='0.3.0',
version='0.4.0',
license='ASL v2.0',
packages=['dyndbmutex'],
description='Mutual Exclusion using AWS DynamoDB',
long_description=README,
url='https://github.com/chiradeep/dyndb-mutex',
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',
author='chiradeep',
author_email='chiradeep@apache.org',
install_requires=['boto3>=1.4.1'],
install_requires=['boto3>=1.9.0'],
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 1352391

Please sign in to comment.