summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2019-08-07 13:18:03 -0700
committerGitHub <noreply@github.com>2019-08-07 13:18:03 -0700
commitd6bbdc9ee77a185e0b318735b35d2cbdca16971b (patch)
treedb6a74100ffdfb72d40c66827f9c9e616b8b2772 /packages
parent17e2c6eb0bc5c073bbe1ca1a97f0c32daedc9c7c (diff)
downloadgoogle-compute-image-packages-d6bbdc9ee77a185e0b318735b35d2cbdca16971b.tar.gz
Fix python setup.py version to be complaint with legacy builds. (#832)
Fixes #831
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/python-google-compute-engine/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python-google-compute-engine/setup.py b/packages/python-google-compute-engine/setup.py
index c51b5ff..e955081 100755
--- a/packages/python-google-compute-engine/setup.py
+++ b/packages/python-google-compute-engine/setup.py
@@ -37,7 +37,7 @@ setuptools.setup(
name='google-compute-engine',
packages=setuptools.find_packages(),
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
- version='20190801.00',
+ version='20190801.0',
# Entry points create scripts in /usr/bin that call a function.
entry_points={
'console_scripts': [