Repository URL to install this package:
|
Version:
2.15 ▾
|
google-python-cloud-debugger
/
version.py
|
|---|
"""Version of the Google Python Cloud Debugger."""
# Versioning scheme: MAJOR.MINOR
# The major version should only change on breaking changes. Minor version
# changes go between regular updates. Instances running debuggers with
# different major versions will show up as two different debuggees.
__version__ = '2.15'