Skip to content

Commit 5d8e039

Browse files
++version
1 parent 3cc6c92 commit 5d8e039

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ unit/models/event.py
5050
unit/models/fee.py
5151
unit/models/institution.py
5252
unit/models/payment.py
53+
unit/models/received_payment.py
5354
unit/models/returnAch.py
5455
unit/models/reward.py
5556
unit/models/statement.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name='unit-python-sdk',
44
packages=['unit', 'unit.api', 'unit.models', 'unit.utils'],
5-
version='0.16.0',
5+
version='0.17.0',
66
license='Mozilla Public License 2.0',
77
description='This library provides a python wrapper to http://unit.co API. See https://docs.unit.co/',
88
author='unit.co',

0 commit comments

Comments
 (0)