Skip to content

Commit db90306

Browse files
author
Carl Crowder
committed
Bumping version for new release
1 parent 64161a8 commit db90306

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