diff --git a/setup.py b/setup.py index 8a8b657..f09a532 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # This version number should always be that of the *next* (unreleased) version. # Immediately after uploading a package to PyPI, you should increment the # version number and push to gitHub. -__version__ = "2.0.8" +__version__ = "2.0.9" if "--release" in sys.argv: sys.argv.remove("--release")