Skip to content

Commit

Permalink
bump pip detector version (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauld-msft authored Jun 14, 2024
1 parent 6c4ca4f commit b635ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public PipComponentDetector(

public override IEnumerable<ComponentType> SupportedComponentTypes { get; } = new[] { ComponentType.Pip };

public override int Version { get; } = 8;
public override int Version { get; } = 9;

protected override async Task<IObservable<ProcessRequest>> OnPrepareDetectionAsync(IObservable<ProcessRequest> processRequests, IDictionary<string, string> detectorArgs)
{
Expand Down

0 comments on commit b635ce6

Please sign in to comment.