diff --git a/Makefile b/Makefile index 2ee5aa7..7a6283b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: .PHONY: dist update dist: rm -f dist/*.whl dist/*.tar.gz - python setup.py sdist + python3 setup.py sdist release: twine upload dist/*.tar.gz diff --git a/setup.py b/setup.py index 7191aa3..a8e9c23 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readme(): setup( name="anthemav", - version="1.3.0", + version="1.3.1", author="David McNett", author_email="nugget@macnugget.org", url="https://github.com/nugget/python-anthemav",