Skip to content

Commit

Permalink
Bump version to v1.3.1 (#29)
Browse files Browse the repository at this point in the history
* Bump version to 1.3.1
  • Loading branch information
Hyralex authored Feb 12, 2022
1 parent 18c101b commit becf088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():

setup(
name="anthemav",
version="1.3.0",
version="1.3.1",
author="David McNett",
author_email="[email protected]",
url="https://github.com/nugget/python-anthemav",
Expand Down

0 comments on commit becf088

Please sign in to comment.