From 4518b934755812745e80764f3b74e8253a0fd84b Mon Sep 17 00:00:00 2001 From: Carl Date: Fri, 29 May 2020 11:13:53 +0200 Subject: [PATCH] Bumping version number for new release (not bothering with a 1.0 release because it is a small change but really there it is stable now so.. I dunno) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"