We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75d2532 + 9ab1ce5 commit c909c53Copy full SHA for c909c53
2 files changed
setup.py
@@ -17,7 +17,7 @@
17
# Versions should comply with PEP440. For a discussion on single-sourcing
18
# the version across setup.py and the project code, see
19
# https://packaging.python.org/en/latest/single_source_version.html
20
- version='1.1.0',
+ version='1.1.1',
21
22
description='SynapsePay Rest Native Python Library',
23
synapse_pay_rest/tests/fixtures/user.py
@@ -40,5 +40,6 @@
40
'note': ':)',
41
'supp_id': '123abc',
42
'is_business': True,
43
- 'cip_tag': 1
+ 'cip_tag': 1,
44
+ 'password': 'password'
45
}
0 commit comments