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

Commit 781da59

Browse files
authored
Prepare for 0.0.8 release (#131)
1 parent f616b4e commit 781da59

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

compatibility_lib/compatibility_lib/configs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"""Common configs for compatibility_lib."""
1616

1717

18-
"""IGNORED_DEPENDENCIES are not direct dependencies
19-
for many packages and are not installed via pip,
20-
resulting in unresolvable high priority warnings."""
18+
# IGNORED_DEPENDENCIES are not direct dependencies for many packages and are
19+
# not installed via pip, resulting in unresolvable high priority warnings.
2120
IGNORED_DEPENDENCIES = [
2221
'pip',
2322
'setuptools',

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.7",
26+
version="0.0.8",
2727
author="Cloud Python",
2828
description="A library to get and store the dependency compatibility status"
2929
"data to BigQuery.",

0 commit comments

Comments
 (0)