shield-python 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shield-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Official Shield SDK for Python
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://getshield.dev
@@ -11,7 +11,7 @@ Requires-Dist: requests>=2.28.0
11
11
 
12
12
  # Shield Python SDK
13
13
 
14
- Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for real estate transactions.
14
+ Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for online business transactions.
15
15
 
16
16
  ## Installation
17
17
 
@@ -1,6 +1,6 @@
1
1
  # Shield Python SDK
2
2
 
3
- Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for real estate transactions.
3
+ Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for online business transactions.
4
4
 
5
5
  ## Installation
6
6
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "shield-python"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Official Shield SDK for Python"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="shield-python",
5
- version="0.1.0",
5
+ version="0.1.1",
6
6
  packages=find_packages(),
7
7
  install_requires=["requests>=2.28.0"],
8
8
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shield-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Official Shield SDK for Python
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://getshield.dev
@@ -11,7 +11,7 @@ Requires-Dist: requests>=2.28.0
11
11
 
12
12
  # Shield Python SDK
13
13
 
14
- Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for real estate transactions.
14
+ Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for online business transactions.
15
15
 
16
16
  ## Installation
17
17
 
File without changes