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

Commit bf42fc4

Browse files
authored
fix: define version once in setup.py (#158)
1 parent b06a7c5 commit bf42fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

3434
setuptools.setup(
3535
name="dialogflow",
36-
version="0.7.0",
36+
version=version,
3737
author="Google LLC",
3838
author_email="[email protected]",
3939
license="Apache 2.0",

0 commit comments

Comments
 (0)