Skip to content

Commit

Permalink
Updating the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Feb 21, 2024
1 parent 4a2c02c commit 9844947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_encryption/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "1.9.0"
__version__ = "1.20.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exec(open('client_encryption/version.py').read())

setup(name='mastercard-client-encryption',
python_requires='>=3.5.4',
python_requires='>=3.8',
version=__version__,
description='Mastercard Client encryption.',
long_description='Library for Mastercard API compliant payload encryption/decryption.',
Expand Down

0 comments on commit 9844947

Please sign in to comment.