From 689955090898b31faed2d21260ab11f3d16ec7ec Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 27 Oct 2017 15:42:23 +0300 Subject: Bump version number post-release to 0.4+git --- copystmtlint/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'copystmtlint') diff --git a/copystmtlint/version.py b/copystmtlint/version.py index 127f940..43a4b73 100644 --- a/copystmtlint/version.py +++ b/copystmtlint/version.py @@ -1,2 +1,2 @@ -__version__ = "0.4" -__version_info__ = (0, 4) +__version__ = "0.4+git" +__version_info__ = (0, 4, '+git') -- cgit v1.2.1