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

Commit e21a85a

Browse files
committed
Bump minor version of OSS release of Python Cloud Debugger
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106659737
1 parent 97808a4 commit e21a85a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0'
32+
__version__ = '1.4'
3333

3434
_flags = None
3535

0 commit comments

Comments
 (0)