diff --git a/setup.py b/setup.py index 54a9efd..3d55157 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if os.name == 'nt': extra_packages.append('pypiwin32') -__version__ = '5.0' +__version__ = '5.1' # Get the long description from the README file