Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 36fecc9

Browse files
Update SDK version
1 parent 3c29dc4 commit 36fecc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = u'1.7.1'
62+
version = u'1.7.2'
6363
# The full version, including alpha/beta/rc tags.
64-
release = u'1.7.1'
64+
release = u'1.7.2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

hyperwallet/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
__author__ = 'The Hyperwallet Developers'
66
__email__ = '[email protected]'
7-
__copyright__ = 'Copyright (c) 2018 Hyperwallet'
7+
__copyright__ = 'Copyright (c) 2023 Hyperwallet'
88
__license__ = 'MIT'
9-
__version__ = '1.7.1'
9+
__version__ = '1.7.2'
1010
__url__ = 'https://github.com/hyperwallet/python-sdk'
1111
__download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk'
1212
__description__ = 'A Python wrapper around the Hyperwallet API'

0 commit comments

Comments
 (0)