diff --git a/setup.py b/setup.py index 2304982..2eae88c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys -_version = "0.6" +_version = "0.7" _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]) _short_description = "Python tool to find and list requirements of a Python project"