# Don't forget to increment version when updating package

publish:
	python3 -m pip install --upgrade pip; python3 -m pip install --upgrade build twine; python3 -m build; python3 -m twine upload dist/*;
