Skip to content

Commit 0ea407c

Browse files
authored
Merge branch 'master' into feature/first_release
2 parents 3a869c6 + f566cb1 commit 0ea407c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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__ = '0.9.1.dev1'
3+
__version__ = "1.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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',

0 commit comments

Comments
 (0)