Skip to content

Commit 37a2c5d

Browse files
committed
Made a mess by releasing from the wrong branch so version 0.2.5 is no longer on Pypi...
1 parent c26919c commit 37a2c5d

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.5"
5+
_version = "0.2.6"
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)