Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 7ca056b

Browse files
authored
Prepare for 0.0.6 release (#109)
1 parent 1f6402e commit 7ca056b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

compatibility_lib/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setuptools.setup(
2525
name="compatibility_lib",
26-
version="0.0.5",
26+
version="0.0.6",
2727
author="Cloud Python",
2828
description="A library to get and store the dependency compatibility status"
2929
"data to BigQuery.",

scripts/twine_upload.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
2828
python3 -m pip install --upgrade twine wheel setuptools
2929

3030
# Build the distribution and upload.
31+
cd compatibility_lib
3132
python3 setup.py bdist_wheel
3233
twine upload dist/*

0 commit comments

Comments
 (0)