Skip to content

Commit 74e0f9f

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 b040648 commit 74e0f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-language/setup.py

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

6262
setup(
6363
name='google-cloud-language',
64-
version='0.30.0',
64+
version='0.30.1.dev1',
6565
description='Python Client for Google Cloud Natural Language',
6666
long_description=README,
6767
namespace_packages=[

0 commit comments

Comments
 (0)