From 0c968ccaf08a263b9bf04b63139bbe28679eecce Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:05:26 +0300 Subject: Prepare to release version 0.3 --- 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 716318e..8154561 100644 --- a/copystmtlint/version.py +++ b/copystmtlint/version.py @@ -1,2 +1,2 @@ -__version__ = '0.2+git' -__version_info__ = (0, 2, '+git') +__version__ = "0.3" +__version_info__ = (0, 3) -- cgit v1.2.1