Skip to content

Commit

Permalink
release for 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarrettveracode committed Oct 26, 2020
1 parent cd207e3 commit b553a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name = 'veracode_api_py',
packages = ['veracode_api_py'],
version = '0.9.1',
version = '0.9.2',
license='MIT',
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.',
author = 'Tim Jarrett',
author_email = 'tjarrett@veracode.com',
url = 'https://github.com/tjarrettveracode',
download_url = 'https://github.com/tjarrettveracode/veracode-api-py/archive/v_091.tar.gz',
download_url = 'https://github.com/tjarrettveracode/veracode-api-py/archive/v_092.tar.gz',
keywords = ['veracode', 'veracode-api'],
install_requires=[
'veracode-api-signing'
Expand Down

0 comments on commit b553a4a

Please sign in to comment.