diff --git a/pyproject.toml b/pyproject.toml index c685ba0..b18c78e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'veracode_api_py' -version = '0.9.54' +version = '0.9.55' authors = [ {name = "Tim Jarrett", email="tjarrett@veracode.com"} ] description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.' readme = 'README.md' @@ -22,4 +22,4 @@ dependencies = {file = ["requirements.txt"]} [project.urls] "Homepage" = "https://github.com/veracode/veracode-api-py" "Bug Tracker" = "https://github.com/veracode/veracode-api-py/issues" -"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0954.tar.gz" +"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0955.tar.gz" diff --git a/setup.py b/setup.py index 215552f..707d815 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ author = 'Tim Jarrett', author_email = 'tjarrett@veracode.com', url = 'https://github.com/tjarrettveracode', - download_url = 'https://github.com/veracode/veracode-api-py/archive/v_0954.tar.gz', + download_url = 'https://github.com/veracode/veracode-api-py/archive/v_0955.tar.gz', keywords = ['veracode', 'veracode-api'], install_requires=[ 'veracode-api-signing'