Skip to content

Commit 9d7e4a5

Browse files
committed
Update version number
1 parent 205a8b3 commit 9d7e4a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quickbooks/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def change_data_capture(self, entity_string, changed_since):
152152

153153
def make_request(self, request_type, url, request_body=None, content_type='application/json',
154154
params=None, file_path=None, request_id=None):
155-
155+
156156
if not params:
157157
params = {}
158158

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(*parts):
1010
return fp.read()
1111

1212

13-
VERSION = (0, 9, 2)
13+
VERSION = (0, 9, 3)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)