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

Commit 0ac99b0

Browse files
committed
Increment python debugger minor version.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118806795
1 parent f718585 commit 0ac99b0

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
@@ -36,7 +36,7 @@
3636
# The major version should only change on breaking changes. Minor version
3737
# changes go between regular updates. Instances running debuggers with
3838
# different major versions will show up as two different debuggees.
39-
__version__ = '1.8'
39+
__version__ = '1.9'
4040

4141
_flags = None
4242

0 commit comments

Comments
 (0)