Skip to content

Commit 36d611b

Browse files
author
Carl Crowder
committed
Bumping version for release h
1 parent 2fc11e6 commit 36d611b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 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.4"
4+
_version = "0.5"
55
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
66

77
_short_description = "Utilities and helpers for writing Pylint plugins"
@@ -16,6 +16,7 @@
1616
'Programming Language :: Python :: 3.4',
1717
'Programming Language :: Python :: 3.5',
1818
'Programming Language :: Python :: 3.6',
19+
'Programming Language :: Python :: 3.7',
1920
]
2021

2122
setup(

0 commit comments

Comments
 (0)