Skip to content

Commit 0df2163

Browse files
committed
Add Python 3.7 classifier
1 parent 5a10fb5 commit 0df2163

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
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pyls-black",
8-
version="0.4.1",
8+
version="0.4.2",
99
description="Black plugin for the Python Language Server",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -19,6 +19,7 @@
1919
classifiers=(
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3.6",
22+
"Programming Language :: Python :: 3.7",
2223
"License :: OSI Approved :: MIT License",
2324
"Operating System :: OS Independent",
2425
),

0 commit comments

Comments
 (0)