Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
red-coracle committed Sep 22, 2021
1 parent f7f7601 commit 8064134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyintacct/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, config: dict = None):
self.session = requests.session()
self.session.headers = {'content-type': 'application/xml',
'accept-encoding': '*',
'user-agent': 'pyintacct-0.1.0'}
'user-agent': 'pyintacct-0.1.1'}
self.url = 'https://api.intacct.com/ia/xml/xmlgw.phtml'
self.basexml = parse(BASE_XML)
self.basexml['request']['control'].update(XMLDictNode({
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


NAME = 'pyintacct'
VERSION = '0.1.0'
VERSION = '0.1.1'
DESCRIPTION = 'Python SDK for Intacct'
LONG_DESCRIPTION = open('README.md').read()
LICENSE = 'MIT'
Expand Down

0 comments on commit 8064134

Please sign in to comment.