Skip to content

Commit 9844947

Browse files
Updating the release version
1 parent 4a2c02c commit 9844947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client_encryption/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
__version__ = "1.9.0"
3+
__version__ = "1.20.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exec(open('client_encryption/version.py').read())
44

55
setup(name='mastercard-client-encryption',
6-
python_requires='>=3.5.4',
6+
python_requires='>=3.8',
77
version=__version__,
88
description='Mastercard Client encryption.',
99
long_description='Library for Mastercard API compliant payload encryption/decryption.',

0 commit comments

Comments
 (0)