Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 07a740b

Browse files
committed
Increment version for the python debugger.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=113579115
1 parent 14e0348 commit 07a740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/googleclouddebugger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The major version should only change on breaking changes. Minor version
3030
# changes go between regular updates. Instances running debuggers with
3131
# different major versions will show up as two different debuggees.
32-
__version__ = '1.5'
32+
__version__ = '1.6'
3333

3434
_flags = None
3535

0 commit comments

Comments
 (0)