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

Commit ca43ea9

Browse files
committed
Increment Python opensource version to 1.11
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130295829
1 parent 9fbff21 commit ca43ea9

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

4141
_flags = None
4242
_hub_client = None

0 commit comments

Comments
 (0)