Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

fix: define version once in setup.py #158

Merged
merged 1 commit into from Oct 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@

setuptools.setup(
name="dialogflow",
version="0.7.0",
version=version,
author="Google LLC",
author_email="googleapis-packages@google.com",
license="Apache 2.0",
Expand Down