Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Mar 8, 2023
1 parent 205a8b3 commit 9d7e4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickbooks/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def change_data_capture(self, entity_string, changed_since):

def make_request(self, request_type, url, request_body=None, content_type='application/json',
params=None, file_path=None, request_id=None):

if not params:
params = {}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(*parts):
return fp.read()


VERSION = (0, 9, 2)
VERSION = (0, 9, 3)
version = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 9d7e4a5

Please sign in to comment.