Skip to content

Commit cc9465a

Browse files
committed
Bumping version to ensure that what is on pypi matches a tagged release, as prior to this 0.2.2 release, releases were not tagged
1 parent 86d5d82 commit cc9465a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
from setuptools import find_packages
44

5-
_version = "0.2.1"
5+
_version = "0.2.2"
66
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
77

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

0 commit comments

Comments
 (0)