grim/hgwebplus

Bump the version release
v0.4.0
2020-05-04, Gary Kramlich
5597ca3d870f
Bump the version release
#!/usr/bin/make -f
.PHONY: all
all: sdist
.PHONY: clean
clean:
rm -rf dist build *.egg-info
.PHONY: sdist
sdist:
python3 setup.py sdist
.PHONY: upload
upload:
twine upload dist/*