Skip to content

Commit b30985e

Browse files
more package changes
1 parent d382b81 commit b30985e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 'veracode_api_py',
44
packages = ['veracode_api_py'],
5-
version = '0.2',
5+
version = '0.3',
66
license='MIT',
77
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.',
88
author = 'Tim Jarrett',

veracode_api_py/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from veracode-api-py.api import VeracodeAPI
2-
from veracode-api-py.exceptions import VeracodeError, VeracodeAPIError
1+
from veracode_api_py.api import VeracodeAPI
2+
from veracode_api_py.exceptions import VeracodeError, VeracodeAPIError

0 commit comments

Comments
 (0)