Skip to content

Commit

Permalink
releasing 0.5.1 with code formatting and adding requirements that wer…
Browse files Browse the repository at this point in the history
…e missing
  • Loading branch information
eduardogr committed Dec 5, 2023
1 parent 1c16d46 commit b4c45a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ pytest-cov==4.0.0
ipython==7.23.1

codecov==2.1.12

twine==4.0.2
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ python3 setup.py sdist bdist_wheel
# 3. Upload wheel to pypi
echo_info "Uploading python wheel"
python3 -m twine upload dist/*
python3 -m twine upload --repository google-drive dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read_requirements(path):

setup(
name="google-drive",
version="0.5.0",
version="0.5.1",
author="Eduardo Garcia",
author_email="garciaruiz.edu+maintain+google-drive-python@gmail.com",
maintainer="Eduardo García",
Expand Down

0 comments on commit b4c45a4

Please sign in to comment.