diff --git a/.azure-pipelines/apiview.yml b/.azure-pipelines/apiview.yml index e7ca5a87fe6..bf33dea6c79 100644 --- a/.azure-pipelines/apiview.yml +++ b/.azure-pipelines/apiview.yml @@ -30,7 +30,7 @@ pr: variables: DotNetRuntimeVersion: '3.1.x' - PythonVersion: '3.10.2' + PythonVersion: '3.10.5' WebClientProjectDirectory: 'src/dotnet/APIView/APIViewWeb/Client' WebProjectPath: 'src/dotnet/APIView/APIViewWeb/APIViewWeb.csproj' TestProjectPath: 'src/dotnet/APIView/**/*Tests.csproj' diff --git a/src/dotnet/APIView/APIViewWeb/Languages/PythonLanguageService.cs b/src/dotnet/APIView/APIViewWeb/Languages/PythonLanguageService.cs index 73772153893..eb9ddb3135e 100644 --- a/src/dotnet/APIView/APIViewWeb/Languages/PythonLanguageService.cs +++ b/src/dotnet/APIView/APIViewWeb/Languages/PythonLanguageService.cs @@ -17,7 +17,7 @@ public class PythonLanguageService : LanguageProcessor { public override string Name { get; } = "Python"; public override string Extension { get; } = ".whl"; - public override string VersionString { get; } = "0.3.2"; + public override string VersionString { get; } = "0.3.3"; private readonly string _pythonExecutablePath; public override string ProcessName => _pythonExecutablePath;