diff --git a/setup.py b/setup.py index ddd54c6..40331fa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'veracode_api_py', packages = ['veracode_api_py'], - version = '0.9.27', + version = '0.9.28', license='MIT', description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.', long_description = long_description, @@ -15,7 +15,7 @@ author = 'Tim Jarrett', author_email = 'tjarrett@veracode.com', url = 'https://github.com/tjarrettveracode', - download_url = 'https://github.com/tjarrettveracode/veracode-api-py/archive/v_0927.tar.gz', + download_url = 'https://github.com/tjarrettveracode/veracode-api-py/archive/v_0928.tar.gz', keywords = ['veracode', 'veracode-api'], install_requires=[ 'veracode-api-signing' diff --git a/veracode_api_py/__init__.py b/veracode_api_py/__init__.py index 341efca..0ba9ed5 100644 --- a/veracode_api_py/__init__.py +++ b/veracode_api_py/__init__.py @@ -6,5 +6,5 @@ from veracode_api_py.findings import Findings, SummaryReport from veracode_api_py.healthcheck import Healthcheck from veracode_api_py.identity import Users, Teams, BusinessUnits, APICredentials, Roles -from veracode_api_py.sca import Workspaces, ComponentActivity +from veracode_api_py.sca import Workspaces, ComponentActivity, SBOM from veracode_api_py.exceptions import VeracodeError, VeracodeAPIError \ No newline at end of file