Skip to content

Commit becf088

Browse files
authored
Bump version to v1.3.1 (#29)
* Bump version to 1.3.1
1 parent 18c101b commit becf088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all:
33
.PHONY: dist update
44
dist:
55
rm -f dist/*.whl dist/*.tar.gz
6-
python setup.py sdist
6+
python3 setup.py sdist
77

88
release:
99
twine upload dist/*.tar.gz

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212
setup(
1313
name="anthemav",
14-
version="1.3.0",
14+
version="1.3.1",
1515
author="David McNett",
1616
author_email="[email protected]",
1717
url="https://github.com/nugget/python-anthemav",

0 commit comments

Comments
 (0)