Skip to content

Commit a81b4f8

Browse files
committed
Bump version of python detector as well
Signed-off-by: Max Magorsch <[email protected]>
1 parent 9240be5 commit a81b4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ComponentDetection.Detectors/pip/PipComponentDetector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public PipComponentDetector(
3737

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

40-
public override int Version { get; } = 6;
40+
public override int Version { get; } = 7;
4141

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

0 commit comments

Comments
 (0)