Skip to content

Commit

Permalink
Marking all remaining versions as "dev". (#4299)
Browse files Browse the repository at this point in the history
This is to make it clear the code is between releases. Any code
that relies on a **new** feature (e.g. of `google-api-core`) will
then be able to **explicitly** make this clear by using the
lower bound of the `devN` version.

Fixes #4208.

See: https://snarky.ca/how-i-manage-package-version-numbers/
  • Loading branch information
dhermes authored Oct 31, 2017
1 parent ec93d58 commit 384805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='google-cloud-trace',
version='0.16.0',
version='0.16.1.dev1',
author='Google Inc',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 384805d

Please sign in to comment.