diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-06-16 14:26:55 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-06-16 14:26:55 +0200 |
commit | e86b9eb898311b2e0d21d8192c4ae1c92fc29aef (patch) | |
tree | 52ac34971e36419421408c7e5249a8d6c4a86d65 | |
parent | Compare ebuilds ourselves rather than invoking sed and cmp (diff) | |
download | overlint-e86b9eb898311b2e0d21d8192c4ae1c92fc29aef.tar.gz overlint-e86b9eb898311b2e0d21d8192c4ae1c92fc29aef.tar.bz2 overlint-e86b9eb898311b2e0d21d8192c4ae1c92fc29aef.zip |
-rw-r--r-- | overlint/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlint/cli.py b/overlint/cli.py index 049e826..2161757 100644 --- a/overlint/cli.py +++ b/overlint/cli.py @@ -3,7 +3,7 @@ from __future__ import print_function -VERSION_STR = '0.5.1' +VERSION_STR = '0.5.2' import sys import os |