Skip to content

Commit

Permalink
Explicitly marking google-cloud-core and google-api-core as "dev".
Browse files Browse the repository at this point in the history
This is to make it clear the code is between releases. Towards googleapis#4208.

See: https://snarky.ca/how-i-manage-package-version-numbers/
  • Loading branch information
dhermes committed Oct 30, 2017
1 parent bac8717 commit eb967d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

setup(
name='google-api-core',
version='0.1.1',
version='0.1.2.dev1',
description='Core Google API Client Library',
long_description=README,
namespace_packages=['google'],
Expand Down
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-core',
version='0.28.0',
version='0.28.1.dev1',
description='API Client library for Google Cloud: Core Helpers',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit eb967d0

Please sign in to comment.