Skip to content

Commit 737e8f8

Browse files
authored
Merge pull request #10 from PyCQA/release-0.4
Release 0.4
2 parents 08a62c8 + 6cb9153 commit 737e8f8

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)