Skip to content

Commit

Permalink
Merge pull request #27 from tjarrettveracode/tjarrettveracode/issue23
Browse files Browse the repository at this point in the history
Fixes #25 and #26
  • Loading branch information
tjarrettveracode authored May 6, 2022
2 parents 437ae30 + 6ba1403 commit 6ba1559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
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,
long_description_content_type="text/markdown",
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'
Expand Down
2 changes: 1 addition & 1 deletion veracode_api_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ba1559

Please sign in to comment.