diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-05-19 01:14:16 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-05-19 01:14:16 +0200 |
commit | a5e7fc7743404c30a2808d28a8823e44a59646f1 (patch) | |
tree | dc8a0afb30716e56278d1ad13c430e8d0503280b | |
parent | Use PORTDIR (diff) | |
download | overlint-a5e7fc7743404c30a2808d28a8823e44a59646f1.tar.gz overlint-a5e7fc7743404c30a2808d28a8823e44a59646f1.tar.bz2 overlint-a5e7fc7743404c30a2808d28a8823e44a59646f1.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 6c91a59..83e2311 100644 --- a/overlint/cli.py +++ b/overlint/cli.py @@ -3,7 +3,7 @@ from __future__ import print_function -VERSION_STR = '0.5' +VERSION_STR = '0.5.1' import sys import os |