From 91da238d2ee7a441f7470902ebef6b06389f27ba Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 19:56:17 +0300 Subject: Change to allow releass to be made with bumper --- copystmtlint/version.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 copystmtlint/version.py (limited to 'copystmtlint/version.py') diff --git a/copystmtlint/version.py b/copystmtlint/version.py new file mode 100644 index 0000000..716318e --- /dev/null +++ b/copystmtlint/version.py @@ -0,0 +1,2 @@ +__version__ = '0.2+git' +__version_info__ = (0, 2, '+git') -- cgit v1.2.1