Skip to content

Commit fa432bf

Browse files
committed
bump 1.3.2, upload sdist to pypi
1 parent 01f610e commit fa432bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ build:
1212
build-dist:
1313
python setup.py sdist bdist_wheel
1414

15-
publish: build-dist
16-
python -m twine upload --skip-existing $(shell ls -t dist/*.whl | head -1)
15+
publish: clean build-dist
16+
python -m twine upload dist/*

httpstat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import subprocess
1717

1818

19-
__version__ = '1.3.1'
19+
__version__ = '1.3.2'
2020

2121

2222
PY3 = sys.version_info >= (3,)

0 commit comments

Comments
 (0)