diff --git a/setup.py b/setup.py index 6488294..25cffc8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools.command.build_py import build_py from setuptools.command.bdist_wheel import bdist_wheel -CREDENTIAL_PROVIDER_BASE = "https://github.com/Microsoft/artifacts-credprovider/releases/download/v2.0.1/" +CREDENTIAL_PROVIDER_BASE = "https://github.com/Microsoft/artifacts-credprovider/releases/download/v2.0.2/" CREDENTIAL_PROVIDER_NET8 = CREDENTIAL_PROVIDER_BASE + "Microsoft.Net8.NuGet.CredentialProvider.tar.gz" CREDENTIAL_PROVIDER_NET8_ZIP = CREDENTIAL_PROVIDER_BASE + "Microsoft.Net8.NuGet.CredentialProvider.zip" CREDENTIAL_PROVIDER_NON_SC_VAR_NAME = "ARTIFACTS_CREDENTIAL_PROVIDER_NON_SC" diff --git a/src/artifacts_keyring/__init__.py b/src/artifacts_keyring/__init__.py index e3a9b17..9810f0a 100644 --- a/src/artifacts_keyring/__init__.py +++ b/src/artifacts_keyring/__init__.py @@ -6,7 +6,7 @@ from __future__ import absolute_import __author__ = "Microsoft Corporation " -__version__ = "2.0.0rc1" +__version__ = "2.0.0rc2" import warnings from .support import urlsplit