Skip to content

Commit 64a4317

Browse files
authored
Marking all remaining versions as "dev". (#4299)
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/
1 parent c7c9820 commit 64a4317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-python-speech

packages/google-cloud-python-speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
setup(
6161
name='google-cloud-speech',
62-
version='0.30.0',
62+
version='0.30.1.dev1',
6363
description='Python Client for Google Cloud Speech',
6464
long_description=README,
6565
namespace_packages=[

0 commit comments

Comments
 (0)