Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7e6ac78

Browse files
authored
Updating all affected packages after google-cloud-core update. (#3730)
* Updating all affected packages after google-cloud-core update. * Moving 'pip install .' **after** subpackages in nox docs. @lukesneeringer still hasn't explained why it was moved. In it's current location, the depencencies are first retrieved from PyPI (which fails here for the unreleased versions), e.g. https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/2716
1 parent 463b26b commit 7e6ac78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-cloud-core >= 0.25.0, < 0.26dev',
54+
'google-cloud-core >= 0.26.0, < 0.27dev',
5555
]
5656

5757
setup(
5858
name='google-cloud-translate',
59-
version='1.0.0',
59+
version='1.1.0',
6060
description='Python Client for Google Cloud Translation API',
6161
long_description=README,
6262
namespace_packages=[

0 commit comments

Comments
 (0)