Skip to content

Commit

Permalink
feat(package): release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Aug 16, 2021
1 parent e6aa84b commit 172f29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ docs-tests:

.PHONY: release
release:
rm -rf dist
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_pyright/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = 'RobertCraigie'
__license__ = 'MIT'
__copyright__ = 'Copyright 2021 RobertCraigie'
__version__ = '0.0.1'
__version__ = '0.0.2'


from . import plugin

0 comments on commit 172f29c

Please sign in to comment.