Skip to content

Commit d66c8ad

Browse files
committed
Bump version
1 parent a482b27 commit d66c8ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lint: flake8 black-check isort-check
1+
lint: flake8 black-check isort-check mypy
22

33
flake8:
44
flake8 .
@@ -21,7 +21,7 @@ mypy:
2121
test:
2222
pytest -v .
2323

24-
build:
24+
build: lint test
2525
python3 setup.py sdist bdist_wheel
2626

2727
test-upload:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pyls-black",
8-
version="0.1.0",
8+
version="0.2.0",
99
description="Black plugin for the Python Language Server",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)