Skip to content

Commit

Permalink
more package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarrettveracode committed Sep 3, 2020
1 parent d382b81 commit b30985e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setup(
name = 'veracode_api_py',
packages = ['veracode_api_py'],
version = '0.2',
version = '0.3',
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',
Expand Down
4 changes: 2 additions & 2 deletions veracode_api_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from veracode-api-py.api import VeracodeAPI
from veracode-api-py.exceptions import VeracodeError, VeracodeAPIError
from veracode_api_py.api import VeracodeAPI
from veracode_api_py.exceptions import VeracodeError, VeracodeAPIError

0 comments on commit b30985e

Please sign in to comment.