Skip to content

Commit 69bdbf8

Browse files
authored
Update agent version to 1.0.4 on agent_metadata.py
This is part of the procedure to release a new version of the agent onto PyPI Description of changes: Update agent version on agent_metadata.py as part of the preparation to release new version onto PyPI By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 37d4be6 commit 69bdbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeguru_profiler_agent/agent_metadata/agent_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them.
1010
# These constants are used in several scripts, including setup.py.
1111
__agent_name__ = "CodeGuruProfiler-python"
12-
__agent_version__ = "1.0.3"
12+
__agent_version__ = "1.0.4"
1313

1414

1515
def look_up_fleet_info(

0 commit comments

Comments
 (0)