Skip to content

Commit 86f5502

Browse files
committed
Prep for rel 0.4.1
1 parent dbe97ab commit 86f5502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

1212
setup(
1313
name='dyndbmutex',
14-
version='0.4.0',
14+
version='0.4.1',
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.40/dyndbmutex-0.4.0.tar.gz',
20+
download_url='https://github.com/chiradeep/dyndb-mutex/releases/download/v0.41/dyndbmutex-0.4.1.tar.gz',
2121
author='chiradeep',
2222
author_email='chiradeep@apache.org',
2323
install_requires=['boto3>=1.9.0'],

0 commit comments

Comments
 (0)