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

Commit d3db3a0

Browse files
committed
Increment open source Python debugger version.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118369689
1 parent 7658089 commit d3db3a0

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.7'
39+
__version__ = '1.8'
4040

4141
_flags = None
4242

0 commit comments

Comments
 (0)