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

Commit

Permalink
fix: define version once in setup.py (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Oct 18, 2019
1 parent b06a7c5 commit bf42fc4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bf42fc4

Please sign in to comment.