8000 Bumping development version · pylint-dev/pylint-plugin-utils@07137a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07137a6

Browse files
committed
Bumping development version
1 parent f63e704 commit 07137a6

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
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
from setuptools import find_packages
44

5-
_version = "0.2.3"
5+
_version = "0.3"
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)
0