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

Commit d99e1c8

Browse files
authored
Prepare for 0.0.10 release (#159)
1 parent 7da1852 commit d99e1c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

badge_server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
compatibility_lib==0.0.9
1+
compatibility_lib==0.0.10
22
Flask==1.0.2
33
google-cloud-bigquery==1.3.0
44
redis==2.10.5

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

0 commit comments

Comments
 (0)