# HG changeset patch # User Marcin Kasperski # Date 2010-11-17 21:51:50 # Node ID e73264f91c9d95ad73b67726e6ddc143afaa9a09 # Parent 10b97d2538d54a984974b0bd98504848b315a94a version bump, requirement of kerying >= 0.3 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -version = '0.4.2' +version = '0.4.3' try: from setuptools import setup, find_packages @@ -31,6 +31,6 @@ setup( 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Version Control' ], - install_requires = ['keyring'], + install_requires = ['keyring>=0.3'], zip_safe = True, )