File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ As part of this set up, you'll receive:
4141
4242### Installation <a name =" adding-the-libraries-to-your-project " ></a >
4343
44- If you want to use ** mastercard-client-encryption** with [ Python] ( https://www.python.org/ ) , it is available through ` pypi ` :
44+ If you want to use ** mastercard-client-encryption** with [ Python] ( https://www.python.org/ ) , it is available through ` PyPI ` :
4545
4646- [ https://pypi.org/project/mastercard-client-encryption ] ( https://pypi.org/project/mastercard-client-encryption )
4747
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
3- __version__ = '0.9.1.dev1'
3+ __version__ = "1.0.0"
Original file line number Diff line number Diff line change 1212 license = 'MIT' ,
1313 packages = ['client_encryption' ],
1414 classifiers = [
15- 'Development Status :: 2 - Pre-Alpha ' ,
15+ 'Development Status :: 4 - Beta ' ,
1616 'Intended Audience :: Developers' ,
1717 'Natural Language :: English' ,
1818 'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments