Skip to content

Commit

Permalink
Fix: CI => PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Dec 6, 2021
1 parent ae417ee commit f8950e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -24,6 +24,10 @@ cover:
pytest --cov=$(PRJ) tests


.PHONY: dist
dist:
python setup.py sdist

.PHONY: clean
clean:
python setup.py clean
Expand Down
2 changes: 1 addition & 1 deletion turboguard/__init__.py
Expand Up @@ -2,7 +2,7 @@
from .core import BlacklistedError


__version__ = '1.0.1'
__version__ = '1.0.2'


class Sanitizer:
Expand Down

0 comments on commit f8950e6

Please sign in to comment.