diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2012-04-08 08:01:19 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2012-04-08 08:01:19 +0200 |
commit | b1fb03d57cd7c43a70e2c2bcd4069daf5985b3e1 (patch) | |
tree | 74664cf3b232a3174a52b4990adfcada62c89568 | |
parent | Fix typo "ebuils" (diff) | |
download | overlint-b1fb03d57cd7c43a70e2c2bcd4069daf5985b3e1.tar.gz overlint-b1fb03d57cd7c43a70e2c2bcd4069daf5985b3e1.tar.bz2 overlint-b1fb03d57cd7c43a70e2c2bcd4069daf5985b3e1.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 071e3e8..e2f8087 100644 --- a/overlint/cli.py +++ b/overlint/cli.py @@ -3,7 +3,7 @@ from __future__ import print_function -VERSION_STR = '0.4.1' +VERSION_STR = '0.4.2' import sys import os |