Skip to content

Commit 5a7f47f

Browse files
author
Carl
committed
Bumping version after some additional PRs
1 parent 9c522b5 commit 5a7f47f

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.2.6"
4+
_version = "0.2.7"
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)