Skip to content

Commit

Permalink
Fix a pip dependency. (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang authored Aug 27, 2021
1 parent fc83b71 commit aa6476c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='clusterfuzz',
version='2.5.1',
version='2.5.2',
author='ClusterFuzz authors',
author_email='[email protected]',
description='ClusterFuzz',
Expand All @@ -38,7 +38,7 @@
'google-auth>=1.22.1',
'google-auth-oauthlib',
'google-cloud-core',
'google-cloud-datastore',
'google-cloud-datastore==1.12.0',
'google-cloud-logging',
'google-cloud-monitoring',
'google-cloud-ndb',
Expand Down

0 comments on commit aa6476c

Please sign in to comment.