8000 Bumping version for release · pylint-dev/pylint-plugin-utils@b824052 · GitHub
[go: up one dir, main page]

Skip to content

Commit b824052

Browse files
committed
Bumping version for release
1 parent 2f26141 commit b824052

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ htmlcov
3838
.pydevproject
3939
.pylint-plugin-utils
4040
.idea
41+
42+
.venv
43+
env.txt

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
-r requirements_test_min.txt
33
pre-commit~=2.16
44
pytest-cov~=3.0
5-
coveralls~=3.3
5+
coveralls~=3.3

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.6"
4+
_version = "0.7"
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)
0