Skip to content

Commit

Permalink
Bump version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Mar 2, 2021
1 parent 311bd39 commit 932e961
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 @@ -13,7 +13,7 @@ coverage:
dist: clean
python3 setup.py sdist bdist_wheel

release:
release: clean dist
python3 -m twine upload dist/*

clean:
Expand Down
2 changes: 1 addition & 1 deletion tda/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.1.6'
version = '1.1.7'

0 comments on commit 932e961

Please sign in to comment.