Skip to content

Commit 6cb9153

Browse files
author
Carl
committed
Bumping release version to 0.4 to include recent pylint v2.0 compatability additions
1 parent 08a62c8 commit 6cb9153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: UTF-8 -*-
22
from setuptools import find_packages, setup
33

4-
_version = "0.3"
4+
_version = "0.4"
55
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
66

77
_short_description = "Utilities and helpers for writing Pylint plugins"

0 commit comments

Comments
 (0)