We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c101b commit becf088Copy full SHA for becf088
Makefile
@@ -3,7 +3,7 @@ all:
3
.PHONY: dist update
4
dist:
5
rm -f dist/*.whl dist/*.tar.gz
6
- python setup.py sdist
+ python3 setup.py sdist
7
8
release:
9
twine upload dist/*.tar.gz
setup.py
@@ -11,7 +11,7 @@ def readme():
11
12
setup(
13
name="anthemav",
14
- version="1.3.0",
+ version="1.3.1",
15
author="David McNett",
16
author_email="[email protected]",
17
url="https://github.com/nugget/python-anthemav",
0 commit comments