We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a10fb5 commit 0df2163Copy full SHA for 0df2163
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="pyls-black",
8
- version="0.4.1",
+ version="0.4.2",
9
description="Black plugin for the Python Language Server",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
@@ -19,6 +19,7 @@
19
classifiers=(
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3.6",
22
+ "Programming Language :: Python :: 3.7",
23
"License :: OSI Approved :: MIT License",
24
"Operating System :: OS Independent",
25
),
0 commit comments